name the events correctly
This commit is contained in:
parent
5ffdb4228c
commit
de81a2ec47
1 changed files with 3 additions and 3 deletions
|
|
@ -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,
|
||||
},
|
||||
})
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue