fix shutdown db saving
All checks were successful
Deploy to Dokku / docker (ubuntu-latest) (push) Successful in 47s

This commit is contained in:
Lee
2024-07-04 02:25:26 +01:00
parent 78daf4531b
commit 96486bb3a1
5 changed files with 13 additions and 14 deletions

View File

@ -243,8 +243,8 @@ public interface EventListener {
}
/**
* Called when Spring is shutting down
* Called when Bat is shutting down
*/
default void onSpringShutdown() {
default void onShutdown() {
}
}