1
0
Fork 0
mirror of synced 2024-07-04 22:11:23 +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", { analytics.captureEvent("web_app_created", {
name, name,
description, description,
appId: res._id
}) })
$goto(`./${res._id}`) $goto(`./${res._id}`)
} catch (error) { } catch (error) {