mirror of
https://github.com/idanoo/NZCovidBot
synced 2025-07-03 04:02:14 +00:00
Dont post address changes
This commit is contained in:
parent
b7ffebf551
commit
b73a6b7cae
1 changed files with 4 additions and 4 deletions
|
@ -93,10 +93,10 @@ func rowHasChanged(exposureId string, startTime time.Time, endTime time.Time, lo
|
||||||
return true
|
return true
|
||||||
}
|
}
|
||||||
|
|
||||||
if !strings.EqualFold(val.LocationAddress, locationAddress) {
|
// if !strings.EqualFold(val.LocationAddress, locationAddress) {
|
||||||
log.Printf("LocationAddress Change for %s from %s to %s", exposureId, val.LocationAddress, locationAddress)
|
// log.Printf("LocationAddress Change for %s from %s to %s", exposureId, val.LocationAddress, locationAddress)
|
||||||
return true
|
// return true
|
||||||
}
|
// }
|
||||||
|
|
||||||
return false
|
return false
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue