Skip to content

Commit c640b7e

Browse files
authored
Fix typo on fire alert event type. (#1384)
1 parent 683eadf commit c640b7e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- Fix typo on alert event type. (#1384)

src/v2/providers/alerts/alerts.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ export type AlertType =
7070
| "crashlytics.velocity"
7171
| "crashlytics.newAnrIssue"
7272
| "billing.planUpdate"
73-
| "billing.automatedPlanUpdate"
73+
| "billing.planAutomatedUpdate"
7474
| "appDistribution.newTesterIosDevice"
7575
| "appDistribution.inAppFeedback"
7676
| "performance.threshold"

0 commit comments

Comments
 (0)