Commit 6303c925 authored by nanahira's avatar nanahira

Update src/tournament/tournament.service.ts

parent 3deb8865
Pipeline #38205 passed with stages
in 1 minute and 35 seconds
...@@ -45,7 +45,7 @@ export class TournamentService extends CrudService(Tournament, { ...@@ -45,7 +45,7 @@ export class TournamentService extends CrudService(Tournament, {
.addOrderBy('matches.round', 'ASC') .addOrderBy('matches.round', 'ASC')
.addOrderBy('matches.isThirdPlaceMatch', 'ASC') .addOrderBy('matches.isThirdPlaceMatch', 'ASC')
.addOrderBy('matches.id', 'ASC'); .addOrderBy('matches.id', 'ASC');
qb.expressionMap.relationLoadStrategy = 'query'; // qb.expressionMap.relationLoadStrategy = 'query';
return qb; return qb;
}, },
}) { }) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment