Skip to content

Commit

Permalink
fix(oidc): prettier lint (release)
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub authored and guillaume-chervet committed Aug 25, 2024
1 parent a26b43b commit 90d3427
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/oidc-client/src/initWorker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,10 @@ const sendMessageAsync =
});
};

export const initWorkerAsync = async (configuration: OidcConfiguration, configurationName: string) => {
export const initWorkerAsync = async (
configuration: OidcConfiguration,
configurationName: string,
) => {
const serviceWorkerRelativeUrl = configuration.service_worker_relative_url;
if (
typeof window === 'undefined' ||
Expand Down

0 comments on commit 90d3427

Please sign in to comment.