mirror of
https://github.com/Infisical/infisical.git
synced 2025-03-28 15:29:21 +00:00
Fix: Non-existant variable being passed to Posthog
This commit is contained in:
@ -169,7 +169,7 @@ export const registerProjectRouter = async (server: FastifyZodProvider) => {
|
||||
event: PostHogEventTypes.ProjectCreated,
|
||||
distinctId: getTelemetryDistinctId(req),
|
||||
properties: {
|
||||
orgId: req.body.organizationId,
|
||||
orgId: project.orgId,
|
||||
name: project.name,
|
||||
...req.auditLogInfo
|
||||
}
|
||||
|
Reference in New Issue
Block a user