Skip to content

Commit aa2f23f

Browse files
committed
add break per PR feedback
1 parent d20adb1 commit aa2f23f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/code/V2ResponseUtil.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,8 @@ public XmlNode[] ConvertResponseToXML(string httpResponse) {
118118
break; // don't care about rest of the childNode's properties
119119
}
120120
}
121+
122+
break; // don't care about rest of the childNode's keys
121123
}
122124
}
123125
}

0 commit comments

Comments
 (0)