Skip to content

Commit

Permalink
Error message change
Browse files Browse the repository at this point in the history
  • Loading branch information
colinpannikkat committed Nov 24, 2024
1 parent f213947 commit 79dae71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ async function notifyMe(crn: string) {
}
if (!response.ok) {
console.error(`HTTP error! status: ${response.status}`);
return Promise.reject("Server did not respond");
return Promise.reject("Server error");
}
return response.json()
})
Expand Down

0 comments on commit 79dae71

Please sign in to comment.