chore: update prisma version (#3361)

This commit is contained in:
Matti Nannt
2024-10-10 12:30:55 +02:00
committed by GitHub
parent cf4eec5134
commit 17f4cb81d4
3 changed files with 3603 additions and 3760 deletions
@@ -16,7 +16,7 @@ export const replaceAttributeRecall = (survey: TSurvey, attributes: TAttributes)
return null;
})
.filter((language) => language !== null);
.filter((language): language is string => language !== null);
surveyTemp.questions.forEach((question) => {
languages.forEach((language) => {