mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-19 14:37:52 +00:00
Remove Deletion freom loadDefaultApps (#20844)
This commit is contained in:
parent
3a67501e4c
commit
958e7f88f6
@ -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);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user