Skip to content

Commit

Permalink
:oopsie:
Browse files Browse the repository at this point in the history
  • Loading branch information
DuBistKomisch committed Feb 25, 2025
1 parent dbb60eb commit faf6fdd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/services/revision.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ export default class RevisionService extends Service {
const response = await fetch('/revision.json');
if (!response.ok) {
console.warn('[revision] latest failed', response.status);
return;
}

const { revision } = await response.json();
Expand Down

0 comments on commit faf6fdd

Please sign in to comment.