fix: readme

This commit is contained in:
ppetzold 2021-08-19 16:45:06 +02:00
parent d5544e994a
commit 6876ebca85

View File

@ -190,7 +190,7 @@ const paginateConfig: PaginateConfig<CatEntity> {
* Default: None * Default: None
* https://typeorm.io/#/find-optionsfind-options.md * https://typeorm.io/#/find-optionsfind-options.md
*/ */
where: { color: 'ginger' } where: { color: 'ginger' },
/** /**
* Required: false * Required: false