mirror of
https://github.com/cwinfo/matterbridge.git
synced 2025-09-15 17:22:29 +00:00
Make scopelint happy
This commit is contained in:
@@ -70,6 +70,7 @@ func (r *Router) getBridge(account string) *bridge.Bridge {
|
||||
|
||||
func (r *Router) handleReceive() {
|
||||
for msg := range r.Message {
|
||||
msg := msg // scopelint
|
||||
if msg.Event == config.EVENT_FAILURE {
|
||||
Loop:
|
||||
for _, gw := range r.Gateways {
|
||||
|
Reference in New Issue
Block a user