fix a return

This commit is contained in:
2023-06-05 00:47:27 -06:00
parent cf9173b7ee
commit 0f889a68ab

View File

@ -59,8 +59,6 @@ func NewDB(appName string) (DB, error) {
return &store{
db: dbSQL,
}, nil
return &store{}, nil
}
func (d *store) StoreFile(fileMetadata types.FileMetadata) error {