fuck backwards bool

This commit is contained in:
bel
2022-01-29 18:44:13 -07:00
parent 546805cd71
commit 72c6ef9619

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
}