We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f13cbc commit 20de982Copy full SHA for 20de982
src/repositories/filter.repository.ts
@@ -68,7 +68,8 @@ export function FilterRepositoryMixin<
68
return function <
69
R extends MixinTarget<DefaultCrudRepository<T, ID, Relations>>
70
>(superClass: R) {
71
- class MixedRepository extends superClass
+ class MixedRepository
72
+ extends superClass
73
implements FilterRepository<T, ID, Relations> {
74
/**
75
* Filter where and find all entities
0 commit comments