Skip to content

Commit

Permalink
chore: fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
TimothyJones committed Sep 9, 2021
1 parent f354d8a commit bb46b15
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/verifier/arguments.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,9 @@ export const ignoredArguments = [
'validateSSL',
];

export const argMapping: ArgMapping<VerifierOptions &
DeprecatedVerifierOptions> = {
export const argMapping: ArgMapping<
VerifierOptions & DeprecatedVerifierOptions
> = {
providerBaseUrl: (providerBaseUrl: string) => {
const u = url.parse(providerBaseUrl);
return u && u.port && u.hostname
Expand Down

0 comments on commit bb46b15

Please sign in to comment.