mirror of
https://github.com/formbricks/formbricks.git
synced 2026-05-03 04:11:55 -05:00
fix: cache key
This commit is contained in:
+1
-1
@@ -80,7 +80,7 @@ export const getInsightsBySurveyIdQuestionId = reactCache(
|
||||
throw error;
|
||||
}
|
||||
},
|
||||
[`getInsightsBySurveyIdQuestionId-${surveyId}-${limit}-${offset}`],
|
||||
[`getInsightsBySurveyIdQuestionId-${surveyId}-${questionId}-${limit}-${offset}`],
|
||||
{
|
||||
tags: [documentCache.tag.bySurveyId(surveyId)],
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user