mirror of
https://github.com/formbricks/formbricks.git
synced 2025-12-30 18:30:32 -06:00
fix: formatting issue and build error (#820)
This commit is contained in:
@@ -20,12 +20,6 @@ const captureNewSessionTelemetry = async (jsVersion?: string): Promise<void> =>
|
||||
const getEnvironmentCacheKey = (environmentId: string): string[] => ["environment", environmentId];
|
||||
const getPersonCacheKey = (personId: string): string[] => ["person", personId];
|
||||
const getSessionCacheKey = (sessionId: string): string[] => ["session", sessionId];
|
||||
const getEnvironmentAndPersonCacheKey = (environmentId: string, personId: string): string[] => [
|
||||
"environment",
|
||||
environmentId,
|
||||
"person",
|
||||
personId,
|
||||
];
|
||||
const getSurveysCacheKey = (environmentId: string, personId: string): string[] => [
|
||||
"surveys",
|
||||
`env-${environmentId}-surveys`,
|
||||
|
||||
Reference in New Issue
Block a user