We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d889466 commit 1305882Copy full SHA for 1305882
src/features/organisations/organisations.service.ts
@@ -456,5 +456,5 @@ export const updatePollFunFactsAfterSimulationChange = (
456
const { pollId } = simulationPoll
457
458
return updatePollFunFacts(pollId, { session })
459
- })
+ }, prisma)
460
}
0 commit comments