Skip to content

Commit 38b9470

Browse files
exacsCopilot
andcommitted
Update samples/graph-webhooks-cache-invalidation/scripts/edit-webhook.mjs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 020be08 commit 38b9470

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/graph-webhooks-cache-invalidation/scripts/edit-webhook.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ while (true) {
102102
}).then(async (r) => {
103103
if (!r.ok) {
104104
log.error(await r.text());
105-
cancel('Something wrong happened when creating the webhook');
105+
cancel('Something wrong happened when deleting the webhook');
106106
process.exit();
107107
}
108108
});

0 commit comments

Comments
 (0)