Skip to content

Commit

Permalink
Fix typo on fire alert event type.
Browse files Browse the repository at this point in the history
  • Loading branch information
taeold committed Apr 26, 2023
1 parent 6c61677 commit 8cfba4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/v2/providers/alerts/alerts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export type AlertType =
| "crashlytics.velocity"
| "crashlytics.newAnrIssue"
| "billing.planUpdate"
| "billing.automatedPlanUpdate"
| "billing.planAutomatedUpdate"
| "appDistribution.newTesterIosDevice"
| "appDistribution.inAppFeedback"
| "performance.threshold"
Expand Down

0 comments on commit 8cfba4c

Please sign in to comment.