Skip to content

Commit 0275e85

Browse files
authored
Update README.md
1 parent dbf3ed0 commit 0275e85

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -372,15 +372,15 @@ const paginateConfig: PaginateConfig<CatEntity> {
372372
* Default: 'leftJoinAndSelect'
373373
* Description: Relationships will be joined with either LEFT JOIN or INNER JOIN, and their columns selected. Can be specified per column with `joinMethods` configuration.
374374
*/
375-
defaultJoinMethod: 'leftJoinAndSelect'
375+
defaultJoinMethod: 'leftJoinAndSelect',
376376

377377
/**
378378
* Required: false
379379
* Type: MappedColumns<T, JoinMethod>
380380
* Default: false
381381
* Description: Overrides the join method per relationship.
382382
*/
383-
joinMethods: {age: 'innerJoinAndSelect', size: 'leftJoinAndSelect'}
383+
joinMethods: {age: 'innerJoinAndSelect', size: 'leftJoinAndSelect'},
384384

385385
/**
386386
* Required: false

0 commit comments

Comments
 (0)