mirror of
https://github.com/formbricks/formbricks.git
synced 2026-04-27 07:34:47 -05:00
fix display event name
This commit is contained in:
@@ -80,7 +80,7 @@ export default async function handle(req: NextApiRequest, res: NextApiResponse)
|
||||
const displayData = await prisma.display.create(createBody);
|
||||
|
||||
if (teamOwnerId) {
|
||||
await capturePosthogEvent(teamOwnerId, "response created", teamId, {
|
||||
await capturePosthogEvent(teamOwnerId, "display created", teamId, {
|
||||
surveyId,
|
||||
});
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user