Commit dd535a0a authored by nanahira's avatar nanahira

Update src/tournament/tournament.service.ts

parent b693e88b
Pipeline #40048 passed with stages
in 2 minutes and 1 second
......@@ -306,8 +306,8 @@ export class TournamentService extends CrudService(Tournament, {
),
);
});
await this.clearTournamentCache(id);
}
await this.clearTournamentCache(id);
}
async importParticipantsFrom(
......
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