Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
panaaj committed Jan 12, 2025
1 parent 4b39c46 commit d3cae68
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/server-api/src/alertsapi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,3 @@ export interface AlertValue {
export const isAlertPriority = (value: AlertPriority) => {
return ['emergency', 'alarm', 'warning', 'caution'].includes(value)
}

0 comments on commit d3cae68

Please sign in to comment.