Skip to content

Commit 7658ec4

Browse files
authored
fixes #1474: remove enforceAppCheck from HttpsOptions
1 parent 3e7a4b7 commit 7658ec4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/v2/providers/https.ts

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

0 commit comments

Comments
 (0)