fix: README.md

This commit is contained in:
Philipp 2022-08-21 00:30:34 +02:00 committed by GitHub
parent 4fe0f713cd
commit c4b15b5114
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -162,7 +162,7 @@ const paginateConfig: PaginateConfig<CatEntity> {
* Default: 'last'
* Description: Define whether to put null values at the beginning or end of the result set.
*/
nullSort: 'last,
nullSort: 'last',
/**
* Required: false