Skip to content
Snippets Groups Projects
Commit e247b02e authored by GOEPP THOMAS's avatar GOEPP THOMAS
Browse files

refactor: multi sse

parent 480a43dc
Branches
2 merge requests!76V4.1,!62Feature/56 sse in game
Pipeline #325665 passed with stages
in 1 minute and 17 seconds
export interface UserEndQuiz{
id: number,
username: string,
score: number
}
......@@ -66,7 +66,6 @@ export function QuizBot({quizInformations, runId, actualQuestion, fetchActualQue
if(!answerId || !runId) return;
const answereFetched = await answerQuestion(runId, actualQuestion.id, answerId);
if (HttpError.isHttpError(answereFetched)) {
return;
}
......
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