We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7360db2 commit 020be08Copy full SHA for 020be08
samples/graph-webhooks-cache-invalidation/scripts/edit-webhook.mjs
@@ -29,7 +29,7 @@ function exitIfCancelled(value) {
29
async function handleResponse(response) {
30
if (!response.ok) {
31
log.error(await response.text());
32
- cancel('Something wrong happened when creating the webhook');
+ cancel('Something wrong happened when listing the webhooks');
33
process.exit();
34
}
35
0 commit comments