Skip to content

Commit

Permalink
APPNG-2477
Browse files Browse the repository at this point in the history
  • Loading branch information
madness-inc committed Apr 21, 2023
1 parent c24fb48 commit 94643ff
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ public void perform(Environment env, Site site) throws InvalidConfigurationExcep
executor.submit(() -> wait(env, site, logger));
executor.shutdown();

wait(env, site, logger);
SiteImpl siteByName = getPlatformContext(env).getBean(CoreService.class).getSiteByName(getSiteName());
getInitializerService(env).loadSite(env, siteByName, false, fp);
} else {
Expand Down

0 comments on commit 94643ff

Please sign in to comment.