Remove Deletion freom loadDefaultApps (#20844)

This commit is contained in:
Mohit Yadav 2025-04-15 23:05:54 +05:30 committed by GitHub
parent 3a67501e4c
commit 958e7f88f6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -150,7 +150,6 @@ public class AppResource extends EntityResource<App, AppRepository> {
} }
} catch (Exception ex) { } catch (Exception ex) {
LOG.error("Failed in Creation/Initialization of Application : {}", createApp.getName(), ex); LOG.error("Failed in Creation/Initialization of Application : {}", createApp.getName(), ex);
repository.deleteByName("admin", createApp.getName(), false, true);
} }
} }
} }