aboutsummaryrefslogtreecommitdiffhomepage
path: root/daemon/daemon.go
diff options
context:
space:
mode:
Diffstat (limited to 'daemon/daemon.go')
-rw-r--r--daemon/daemon.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/daemon/daemon.go b/daemon/daemon.go
index cdd81ef..de91d71 100644
--- a/daemon/daemon.go
+++ b/daemon/daemon.go
@@ -59,6 +59,5 @@ func Run(cfg *config.Config, store *storage.Storage) {
defer cancel()
server.Shutdown(ctx)
- store.Close()
logger.Info("Server gracefully stopped")
}