File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4041,13 +4041,13 @@ Additional local context properties:
40414041
40424042#### ` object.missing `
40434043
4044- The OR or XOR condition between the properties you specified was not satisfied in that object, none of it were set.
4044+ The OR or XOR condition between the properties you specified was not satisfied in that object, none of them were set.
40454045
40464046Additional local context properties:
40474047``` ts
40484048{
4049- peers : Array < string > , // List of properties were none of it was set
4050- peersWithLabels : Array < string > // List of labels for the properties were none of it was set
4049+ peers : Array < string > , // List of properties where none of them were set
4050+ peersWithLabels : Array < string > // List of labels for the properties where none of them were set
40514051}
40524052```
40534053
You can’t perform that action at this time.
0 commit comments