Fix a missing generic in the CollectionComparator type.

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

chipx86
Spina
master
beanbag-misc

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
Fix a missing generic in the CollectionComparator type.
david
  1. Ship It!
  2. 
      
chipx86
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to master (5e22e53)
Loading...