Skip to content

Commit 8f7c1b7

Browse files
committed
chore: remove commented out code
1 parent e398c98 commit 8f7c1b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/ajv-openapi-request-response-validator/src/openapi-validator.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ export function unserializeParameters(parameters: Record<string, Primitive>): Re
143143
const lastKeyIndex = splitKey.length - 1
144144

145145
splitKey.forEach((part, index) => {
146-
const cleanPart = part.replace(/]/g, '') // part.replace(']', '')
146+
const cleanPart = part.replace(/]/g, '')
147147

148148
if (index === lastKeyIndex) {
149149
target[cleanPart] = value

0 commit comments

Comments
 (0)