Skip to content

Commit

Permalink
fix(suspicious): async startup
Browse files Browse the repository at this point in the history
  • Loading branch information
ArneD committed Nov 21, 2024
1 parent b4b77c9 commit e97c66f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ public void Configure(
{
MigrationsHelper.Run(
_configuration.GetConnectionString("Integration"),
serviceProvider.GetService<ILoggerFactory>());
_loggerFactory);
});

StartupHelpers.CheckDatabases(healthCheckService, DatabaseTag, loggerFactory).GetAwaiter().GetResult();
Expand Down

0 comments on commit e97c66f

Please sign in to comment.