cleanup todos that are done

This commit is contained in:
Sam Lewis
2022-10-17 12:37:36 -04:00
parent b92147a6a6
commit ccd6805d40
3 changed files with 5 additions and 7 deletions

View File

@@ -26,7 +26,7 @@ func (ib InputDatetime) Set(entityId string, value time.Time) {
"timestamp": fmt.Sprint(value.Unix()),
}
ws.WriteMessage(req, ib.conn, ib.ctx) // TODO: this ain't working for some reason
ws.WriteMessage(req, ib.conn, ib.ctx)
}
func (ib InputDatetime) Reload() {