Skip to content

Commit

Permalink
Merge branch 'master' into dl-fac
Browse files Browse the repository at this point in the history
  • Loading branch information
taeold committed Apr 27, 2023
2 parents 47198fa + c640b7e commit db17ce5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Fix typo on alert event type. (#1384)
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 db17ce5

Please sign in to comment.