From c640b7e98343920cf66f7687b3dec02816aeb53f Mon Sep 17 00:00:00 2001 From: Daniel Lee Date: Thu, 27 Apr 2023 14:21:56 -0700 Subject: [PATCH] Fix typo on fire alert event type. (#1384) --- CHANGELOG.md | 1 + src/v2/providers/alerts/alerts.ts | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e69de29bb..d8fd6dd20 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -0,0 +1 @@ +- Fix typo on alert event type. (#1384) diff --git a/src/v2/providers/alerts/alerts.ts b/src/v2/providers/alerts/alerts.ts index 050721f54..5dbde4f74 100644 --- a/src/v2/providers/alerts/alerts.ts +++ b/src/v2/providers/alerts/alerts.ts @@ -70,7 +70,7 @@ export type AlertType = | "crashlytics.velocity" | "crashlytics.newAnrIssue" | "billing.planUpdate" - | "billing.automatedPlanUpdate" + | "billing.planAutomatedUpdate" | "appDistribution.newTesterIosDevice" | "appDistribution.inAppFeedback" | "performance.threshold"