home: fix empty svcs
This commit is contained in:
@@ -244,10 +244,6 @@ func (clients *clientsContainer) addFromConfig(objects []*clientObject) {
|
||||
}
|
||||
}
|
||||
|
||||
if cli.BlockedServices == nil && cli.UseOwnBlockedServices {
|
||||
cli.BlockedServices = []string{}
|
||||
}
|
||||
|
||||
for _, t := range o.Tags {
|
||||
if clients.allTags.Has(t) {
|
||||
cli.Tags = append(cli.Tags, t)
|
||||
|
||||
Reference in New Issue
Block a user