mirror of
https://github.com/Xevion/go-ha.git
synced 2025-12-08 22:07:22 -06:00
continue instead of return
This commit is contained in:
@@ -210,7 +210,7 @@ func callEntityListeners(app *App, msgBytes []byte) {
|
||||
go l.callback(app.service, app.state, entityData)
|
||||
l.lastRan = carbon.Now()
|
||||
})
|
||||
return
|
||||
continue
|
||||
}
|
||||
|
||||
// run now if no delay set
|
||||
|
||||
Reference in New Issue
Block a user