fix у images фотки отправляются в кавычках
All checks were successful
Deploy / CreateImage (push) Successful in 5m34s
Deploy / DeployService (push) Successful in 22s

This commit is contained in:
Nastya 2025-04-02 13:10:15 +03:00
parent 6c6a45a612
commit 557c0ea82a

@ -136,7 +136,7 @@ export function sendQuestionAnswer(
return sendAnswer({
questionId: question.id,
body: JSON.stringify(body),
body: `\`${JSON.stringify(body)}\``,
qid: quizId,
});
}