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:
@@ -46,7 +46,6 @@ func Service(ctx context.Context, logger *zap.Logger, db *factory.DB, tbl string
|
||||
dbTable: tbl,
|
||||
}
|
||||
|
||||
svc.Reload(ctx)
|
||||
return
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user