mirror of
https://github.com/miniflux/v2.git
synced 2025-08-01 17:38:37 +00:00
Create database package (refactoring)
This commit is contained in:
parent
17054b396e
commit
cf03e0e338
30 changed files with 61 additions and 54 deletions
|
@ -59,6 +59,5 @@ func Run(cfg *config.Config, store *storage.Storage) {
|
|||
defer cancel()
|
||||
|
||||
server.Shutdown(ctx)
|
||||
store.Close()
|
||||
logger.Info("Server gracefully stopped")
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue