Skip to content

Commit 11808f2

Browse files
AmitMYtaeold
andauthored
fixes #1474: remove enforceAppCheck from HttpsOptions (#1477)
* fixes #1474: remove enforceAppCheck from HttpsOptions * Add changelog. --------- Co-authored-by: Daniel Lee <[email protected]> Co-authored-by: Daniel Lee <[email protected]>
1 parent 0878a8a commit 11808f2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
- Fix retry in event triggered functions. (#1463)
22
- Expose retry configuration in v2 RTDB trigger (#1588)
3+
- Remove invalid `enforceAppCheck` option for v2 onRequest trigger (#1477)

src/v2/providers/https.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export { Request, CallableRequest, FunctionsErrorCode, HttpsError };
5050
/**
5151
* Options that can be set on an onRequest HTTPS function.
5252
*/
53-
export interface HttpsOptions extends Omit<GlobalOptions, "region"> {
53+
export interface HttpsOptions extends Omit<GlobalOptions, "region" | "enforceAppCheck"> {
5454
/**
5555
* If true, do not deploy or emulate this function.
5656
*/

0 commit comments

Comments
 (0)