Menu
All checks were successful
IntegryManagementSystem_Multi/pipeline/head This commit looks good

This commit is contained in:
2024-11-21 10:05:49 +01:00
parent 79a62e9095
commit 7d26505baf

View File

@@ -60,7 +60,6 @@ public class MenuConfigurationService {
try {
//LocalDateTime startTime = UtilityLocalDate.getNowTime();
if (advancedDataSource.getDataSource().getDbName().equalsIgnoreCase("menu")) return;
internalRefresh(advancedDataSource.getConnection(), menuConfig);
//logger.debug("Menu refresh time: " + ChronoUnit.SECONDS.between(startTime, UtilityLocalDate.getNowTime()));
} catch (Exception ex) {