mirror of
https://github.com/lukaszraczylo/gohoarder.git
synced 2026-06-10 23:29:22 +00:00
fixes
This commit is contained in:
+1
-1
@@ -385,7 +385,7 @@ func (a *App) Shutdown() error {
|
||||
}
|
||||
|
||||
// Close analytics engine
|
||||
a.analyticsEngine.Close()
|
||||
a.analyticsEngine.Close() // #nosec G104 -- Cleanup, error not critical
|
||||
|
||||
// Close storage
|
||||
if err := a.storage.Close(); err != nil {
|
||||
|
||||
Reference in New Issue
Block a user