1
0
Fork 0
mirror of synced 2024-07-02 21:10:43 +12:00

appId on creation event

This commit is contained in:
Martin McKeaveney 2020-07-15 17:26:11 +01:00
parent 64d1bd5322
commit 95bd94a525

View file

@ -42,6 +42,7 @@
analytics.captureEvent("web_app_created", {
name,
description,
appId: res._id
})
$goto(`./${res._id}`)
} catch (error) {