Skip to content

Commit bd03d06

Browse files
committed
fix: remove uneccessary comma
DX-475
1 parent eaf302a commit bd03d06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/openapi-generator/test/openapi.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2733,4 +2733,4 @@ testCase('route with optional array query parameter and documentation', ROUTE_WI
27332733
components: {
27342734
schemas: {}
27352735
}
2736-
}, [])
2736+
});

0 commit comments

Comments
 (0)