mirror of
https://github.com/formbricks/formbricks.git
synced 2026-05-04 03:16:15 -05:00
chore: update prisma version (#3361)
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user