Skip to content

Commit 497dc9f

Browse files
authored
Merge pull request #838 from BitGo/chore-fix-github-code-scanning-alert
chore: fix GitHub code scanning alert
2 parents 4cc1259 + 4863d93 commit 497dc9f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3599,7 +3599,7 @@ export const route = h.httpRoute({
35993599
response: {
36003600
200: t.literal('OK'),
36013601
},
3602-
});`
3602+
});`;
36033603

36043604
testCase("route with array examples", ROUTE_WITH_ARRAY_EXAMPLE, {
36053605
openapi: '3.0.3',
@@ -3675,4 +3675,4 @@ testCase("route with array examples", ROUTE_WITH_ARRAY_EXAMPLE, {
36753675
components: {
36763676
schemas: {}
36773677
}
3678-
});
3678+
});

0 commit comments

Comments
 (0)