diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b35c39ef..11b44ddb9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,2 +1,3 @@ - Fix retry in event triggered functions. (#1463) - Expose retry configuration in v2 RTDB trigger (#1588) +- Remove invalid `enforceAppCheck` option for v2 onRequest trigger (#1477) diff --git a/src/v2/providers/https.ts b/src/v2/providers/https.ts index 311323f46..37665879d 100644 --- a/src/v2/providers/https.ts +++ b/src/v2/providers/https.ts @@ -50,7 +50,7 @@ export { Request, CallableRequest, FunctionsErrorCode, HttpsError }; /** * Options that can be set on an onRequest HTTPS function. */ -export interface HttpsOptions extends Omit { +export interface HttpsOptions extends Omit { /** * If true, do not deploy or emulate this function. */