Skip to content

Commit 5e2a40c

Browse files
Merge pull request #228 from appwrite/fix-deployment-event
fix: create deployment event
2 parents b6b1ca9 + c9da99e commit 5e2a40c

File tree

1 file changed

+1
-1
lines changed
  • src/routes/console/project-[project]/functions/function-[function]

1 file changed

+1
-1
lines changed

src/routes/console/project-[project]/functions/function-[function]/create.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
files = entrypoint = active = null;
9898
showCreate = false;
9999
dispatch('created');
100-
trackEvent('submit_function_create');
100+
trackEvent('submit_deployment_create');
101101
} catch (error) {
102102
addNotification({
103103
type: 'error',

0 commit comments

Comments
 (0)