Skip to content

Commit 020be08

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 7360db2 commit 020be08

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
@@ -29,7 +29,7 @@ function exitIfCancelled(value) {
2929
async function handleResponse(response) {
3030
if (!response.ok) {
3131
log.error(await response.text());
32-
cancel('Something wrong happened when creating the webhook');
32+
cancel('Something wrong happened when listing the webhooks');
3333
process.exit();
3434
}
3535

0 commit comments

Comments
 (0)