Skip to content

Commit

Permalink
fixes firebase#1474: remove enforceAppCheck from HttpsOptions
Browse files Browse the repository at this point in the history
  • Loading branch information
AmitMY committed Oct 27, 2023
1 parent 3e7a4b7 commit 7658ec4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/v2/providers/https.ts
Expand Up @@ -49,7 +49,7 @@ export { Request, CallableRequest, FunctionsErrorCode, HttpsError };
/**
* Options that can be set on an onRequest HTTPS function.
*/
export interface HttpsOptions extends Omit<GlobalOptions, "region"> {
export interface HttpsOptions extends Omit<GlobalOptions, "region" | "enforceAppCheck"> {
/**
* If true, do not deploy or emulate this function.
*/
Expand Down

0 comments on commit 7658ec4

Please sign in to comment.