Skip to content

Commit

Permalink
home: imp code
Browse files Browse the repository at this point in the history
  • Loading branch information
schzhn committed Jun 10, 2024
1 parent 0caf8b1 commit 4912871
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/home/clients.go
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ func (o *clientObject) toPersistent(

if o.BlockedServices == nil {
o.BlockedServices = &filtering.BlockedServices{
Schedule: &schedule.Weekly{},
Schedule: schedule.EmptyWeekly(),
}
}

Expand Down

0 comments on commit 4912871

Please sign in to comment.