Skip to content

Commit

Permalink
Fix formatting issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
taeold committed Nov 7, 2024
1 parent 994b07d commit a4d384c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/v2/providers/https.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,11 @@ export interface HttpsOptions extends Omit<GlobalOptions, "region" | "enforceApp

/** HTTP functions can override global options and can specify multiple regions to deploy to. */
region?:
| SupportedRegion
| string
| Array<SupportedRegion | string>
| Expression<string>
| ResetValue;
| SupportedRegion
| string
| Array<SupportedRegion | string>
| Expression<string>
| ResetValue;

/** If true, allows CORS on requests to this function.
* If this is a `string` or `RegExp`, allows requests from domains that match the provided value.
Expand Down

0 comments on commit a4d384c

Please sign in to comment.