Skip to content
Snippets Groups Projects
Commit c8b39331 authored by GUILLORET SIMON's avatar GUILLORET SIMON
Browse files

feat: include quiz in getRunByHost

parent 829c028c
Branches
2 merge requests!95V4.0,!92Feature/84 stats for party
......@@ -246,6 +246,9 @@ export class RunRepositoryOnDb implements RunRepository {
quizUserId: hostId,
partyId: user.partyId,
},
include: {
quiz: true,
},
});
return run;
......
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