home: imp code
This commit is contained in:
parent
0caf8b1579
commit
491287164d
|
@ -264,7 +264,7 @@ func (o *clientObject) toPersistent(
|
|||
|
||||
if o.BlockedServices == nil {
|
||||
o.BlockedServices = &filtering.BlockedServices{
|
||||
Schedule: &schedule.Weekly{},
|
||||
Schedule: schedule.EmptyWeekly(),
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue