mirror of
https://github.com/formbricks/formbricks.git
synced 2026-02-21 10:08:34 -06:00
fix: missing impression count (#4397)
This commit is contained in:
committed by
GitHub
parent
f3c628ba76
commit
c72ce9b446
@@ -35,12 +35,6 @@ export const getDisplayCountBySurveyId = reactCache(
|
||||
lte: filters.createdAt.max,
|
||||
},
|
||||
}),
|
||||
...(filters &&
|
||||
filters.responseIds && {
|
||||
responseId: {
|
||||
in: filters.responseIds,
|
||||
},
|
||||
}),
|
||||
},
|
||||
});
|
||||
return displayCount;
|
||||
|
||||
Reference in New Issue
Block a user