Skip to content

Commit 8ddc080

Browse files
author
KoLiBer
committed
docs: change README
1 parent 7dd2738 commit 8ddc080

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ export class UserRepository extends FilterRepositoryMixin<
4747
typeof User.prototype.id,
4848
UserRelations
4949
>({
50+
models: async (context, entities) => entities,
5051
where: async (context, where) => where,
5152
fields: async (context, fields) => fields,
5253
})<Constructor<DefaultCrudRepository<User, string, UserRelations>>>(

0 commit comments

Comments
 (0)