From 7d15e2fcf578eacea82295544050bd3e3588afa8 Mon Sep 17 00:00:00 2001 From: Allen Chazhoor Date: Mon, 28 Oct 2024 14:21:51 -0400 Subject: [PATCH] fix typo --- shopify.app.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shopify.app.toml b/shopify.app.toml index 47d80cb3..3f8b41b3 100644 --- a/shopify.app.toml +++ b/shopify.app.toml @@ -10,7 +10,7 @@ api_version = "2024-07" uri = "/webhooks/app/uninstalled" topics = ["app/uninstalled"] - # Handled by: /app/routes/webhooks.app.scopes.update.tsx + # Handled by: /app/routes/webhooks.app.scopes_update.tsx [[webhooks.subscriptions]] topics = [ "app/scopes_update" ] uri = "/webhooks/app/scopes_update"