Skip to content

Commit

Permalink
oopsie -1 --> []
Browse files Browse the repository at this point in the history
  • Loading branch information
Ko71k committed Nov 25, 2024
1 parent 2710005 commit 8604f1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/components/EventContentPage/EventContentPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ export class EventContentPage {
return arr;

} catch (error) {
return -1;
return [];
}
}
async checkSubscribe() {
Expand All @@ -312,7 +312,7 @@ export class EventContentPage {
return arr;

} catch (error) {
return -1;
return [];
}
}
}

0 comments on commit 8604f1f

Please sign in to comment.