Skip to content

Commit

Permalink
chore: Automated dotnet-format update
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Nov 26, 2023
1 parent f6b28b5 commit 84e7107
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ public virtual Task InitializeWhiteLabel(string microserviceName, string whiteLa
_InitializeWhiteLabel = async (serviceProvider) =>
{
if (!WhiteLabelManager.IsInitialized)
return await new WhiteLabelManager(serviceProvider).Initialize(microserviceName, whiteLableRoute, dbContextTypes);
return await new WhiteLabelManager(serviceProvider).Initialize(microserviceName, whiteLableRoute, dbContextTypes);
return WhiteLabelManager.CurrentWhiteLabel;
};
return Task.CompletedTask;
Expand Down

0 comments on commit 84e7107

Please sign in to comment.