fuck backwards bool

master
bel 2022-01-29 18:44:13 -07:00
parent 546805cd71
commit 72c6ef9619
1 changed files with 1 additions and 1 deletions

View File

@ -238,7 +238,7 @@ func (ntg NTGVision) workingHours(now time.Time) bool {
}
func (ntg NTGVision) SearchStates(states []config.State) ([]Job, error) {
if ntg.workingHours(time.Now()) {
if !ntg.workingHours(time.Now()) {
return nil, nil
}