mirror of
https://github.com/overleaf/overleaf.git
synced 2025-01-23 16:53:37 +00:00
to string record event check
This commit is contained in:
parent
a03ac8fe72
commit
68ddf04fe8
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ module.exports =
|
||||||
|
|
||||||
|
|
||||||
recordEvent: (user_id, event, segmentation = {}, callback = (error) ->) ->
|
recordEvent: (user_id, event, segmentation = {}, callback = (error) ->) ->
|
||||||
if user_id == settings.smokeTest?.userId
|
if user_id+"" == settings.smokeTest?.userId+""
|
||||||
return callback()
|
return callback()
|
||||||
opts =
|
opts =
|
||||||
body:
|
body:
|
||||||
|
|
Loading…
Reference in a new issue