mirror of
https://github.com/overleaf/overleaf.git
synced 2025-01-23 05:52:57 +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) ->) ->
|
||||
if user_id == settings.smokeTest?.userId
|
||||
if user_id+"" == settings.smokeTest?.userId+""
|
||||
return callback()
|
||||
opts =
|
||||
body:
|
||||
|
|
Loading…
Reference in a new issue