3
0

Remove rule reloading permission initialization

Reloading could happen a bit too soon (before or while we're doing the db upgrade)
This commit is contained in:
Denis Arh
2020-09-13 11:50:23 +02:00
parent b2ccb7efff
commit 9915ac2bf8

View File

@@ -46,7 +46,6 @@ func Service(ctx context.Context, logger *zap.Logger, db *factory.DB, tbl string
dbTable: tbl,
}
svc.Reload(ctx)
return
}