name the events correctly

This commit is contained in:
Saurabh Misra 2025-06-14 19:05:56 -05:00
parent 5ffdb4228c
commit de81a2ec47

View file

@ -113,9 +113,9 @@ export async function is_code_being_optimized_again(req: Request, res: Response)
distinctId: userId,
event: `cfapi-github-pr-optimization`,
properties: {
owner,
repo,
pr_number,
repo_owner: owner,
repo_name: repo,
pr_number: pr_number,
},
})