mirror of
https://github.com/cwinfo/matterbridge.git
synced 2025-07-07 18:14:03 +00:00
Update vendor (#852)
This commit is contained in:
2
vendor/github.com/d5/tengo/objects/bytes.go
generated
vendored
2
vendor/github.com/d5/tengo/objects/bytes.go
generated
vendored
@ -57,7 +57,7 @@ func (o *Bytes) Equals(x Object) bool {
|
||||
return false
|
||||
}
|
||||
|
||||
return bytes.Compare(o.Value, t.Value) == 0
|
||||
return bytes.Equal(o.Value, t.Value)
|
||||
}
|
||||
|
||||
// IndexGet returns an element (as Int) at a given index.
|
||||
|
Reference in New Issue
Block a user