We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 683eadf commit c640b7eCopy full SHA for c640b7e
CHANGELOG.md
@@ -0,0 +1 @@
1
+- Fix typo on alert event type. (#1384)
src/v2/providers/alerts/alerts.ts
@@ -70,7 +70,7 @@ export type AlertType =
70
| "crashlytics.velocity"
71
| "crashlytics.newAnrIssue"
72
| "billing.planUpdate"
73
- | "billing.automatedPlanUpdate"
+ | "billing.planAutomatedUpdate"
74
| "appDistribution.newTesterIosDevice"
75
| "appDistribution.inAppFeedback"
76
| "performance.threshold"
0 commit comments