Setting module/field changed flag to _ to suppres go vet warnings

This commit is contained in:
Denis Arh
2020-12-13 18:53:18 +01:00
committed by Peter Grlica
parent b870a15238
commit bdab3b5ef5
+3
View File
@@ -96,6 +96,9 @@ func (svc exposedModule) updater(ctx context.Context, nodeID, moduleID uint64, a
return err
}
_ = moduleChanged
_ = fieldsChanged
return err
})