Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vzakharchenko committed Jul 23, 2021
1 parent fc77f4a commit bd49804
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/callback/Callback.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export class DefaultCallback implements Callback {
throw new Error('Multi-tenant Options does not defined');
}
const keycloakJson = await this.options.multiTenantOptions.multiTenantJson(state.tenant);
const multitenantOptions = updateOptions(
const multitenantOptions = updateOptions(
{...this.options.multiTenantOptions.multiTenantAdapterOptions, ...{keycloakJson}},
);
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
Expand Down

0 comments on commit bd49804

Please sign in to comment.