File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -58,11 +58,11 @@ export interface HttpsOptions extends Omit<GlobalOptions, "region" | "enforceApp
58
58
59
59
/** HTTP functions can override global options and can specify multiple regions to deploy to. */
60
60
region ?:
61
- | SupportedRegion
62
- | string
63
- | Array < SupportedRegion | string >
64
- | Expression < string >
65
- | ResetValue ;
61
+ | SupportedRegion
62
+ | string
63
+ | Array < SupportedRegion | string >
64
+ | Expression < string >
65
+ | ResetValue ;
66
66
67
67
/** If true, allows CORS on requests to this function.
68
68
* If this is a `string` or `RegExp`, allows requests from domains that match the provided value.
@@ -390,7 +390,7 @@ export function onCall<T = any, Return = any | Promise<any>>(
390
390
fixedLen
391
391
) ;
392
392
393
- func = wrapTraceContext ( func ) ;
393
+ func = wrapTraceContext ( withInit ( func ) ) ;
394
394
395
395
Object . defineProperty ( func , "__trigger" , {
396
396
get : ( ) => {
You can’t perform that action at this time.
0 commit comments