Skip to content

Commit

Permalink
Merge pull request #228 from appwrite/fix-deployment-event
Browse files Browse the repository at this point in the history
fix: create deployment event
  • Loading branch information
TorstenDittmann authored Dec 27, 2022
2 parents b6b1ca9 + c9da99e commit 5e2a40c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
files = entrypoint = active = null;
showCreate = false;
dispatch('created');
trackEvent('submit_function_create');
trackEvent('submit_deployment_create');
} catch (error) {
addNotification({
type: 'error',
Expand Down

1 comment on commit 5e2a40c

@vercel
Copy link

@vercel vercel bot commented on 5e2a40c Dec 27, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.