Fix a missing generic in the CollectionComparator type.

Review Request #12923 — Created March 25, 2023 and submitted

Information

Spina
master

Reviewers

The recent change for collections introduced some new types for
collection comparators. This was missing a generic for TModel, which
didn't affect unit tests, but did affect building the package.

This adds the missing generics.

Successfully built a package.

Summary ID
Fix a missing generic in the CollectionComparator type.
The recent change for collections introduced some new types for collection comparators. This was missing a generic for `TModel`, which didn't affect unit tests, but did affect building the package. This adds the missing generics.
a1507bae233faa747bc155e051833e1ea885f1c4
david
  1. Ship It!
  2. 
      
chipx86
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to master (5e22e53)
Loading...