lint
This commit is contained in:
parent
6f5567b4b6
commit
6ef1883328
|
@ -18,10 +18,10 @@ exports.endUserPing = async (ctx, next) => {
|
||||||
|
|
||||||
posthogClient.capture("budibase:end_user_ping", {
|
posthogClient.capture("budibase:end_user_ping", {
|
||||||
userId: ctx.user?._id,
|
userId: ctx.user?._id,
|
||||||
appId: ctx.appId
|
appId: ctx.appId,
|
||||||
})
|
})
|
||||||
|
|
||||||
ctx.body = {
|
ctx.body = {
|
||||||
ping: true
|
ping: true,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue