1
0
Fork 0
mirror of https://github.com/TwiN/gatus.git synced 2024-12-14 11:58:04 +00:00

Fix issue with store closing on configuration file update

This commit is contained in:
TwinProduction 2021-07-17 00:05:14 -04:00 committed by Chris
parent bbbfe7f466
commit 5a4fa6f2b0
2 changed files with 0 additions and 2 deletions

View file

@ -42,7 +42,6 @@ func start(cfg *config.Config) {
func stop() {
watchdog.Shutdown()
storage.Get().Close()
controller.Shutdown()
}

View file

@ -72,7 +72,6 @@ func TestInitialize(t *testing.T) {
return
}
provider.Close()
provider = nil
})
}
}