Skip to content

Commit

Permalink
Alert user if subscription failed
Browse files Browse the repository at this point in the history
  • Loading branch information
colinpannikkat committed Nov 24, 2024
1 parent ac29371 commit dea883b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/src/content.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/content.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ async function notifyMe(crn: string) {
})
.catch(error => {
console.error("Error:", error);
// alert("Subscription failed: " + error.message);
alert("Subscription failed: " + error.message);
});
}

Expand Down

0 comments on commit dea883b

Please sign in to comment.