fix: cache key

This commit is contained in:
Piyush Gupta
2025-02-18 09:27:20 +05:30
parent 249cc7f276
commit 27cc4b7a5d
@@ -80,7 +80,7 @@ export const getInsightsBySurveyIdQuestionId = reactCache(
throw error;
}
},
[`getInsightsBySurveyIdQuestionId-${surveyId}-${limit}-${offset}`],
[`getInsightsBySurveyIdQuestionId-${surveyId}-${questionId}-${limit}-${offset}`],
{
tags: [documentCache.tag.bySurveyId(surveyId)],
}