Skip to content

Commit

Permalink
Add case for major on statuspage
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Lemon committed Mar 24, 2021
1 parent 891f171 commit b24de36
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/services/base/statuspage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ class StatusPageService extends Service {
case 'minor':
this.status = Status.MINOR
break
case 'major':
case 'critical':
this.status = Status.MAJOR
break
Expand Down

0 comments on commit b24de36

Please sign in to comment.