Skip to content

Commit 4863d93

Browse files
chore: fix GitHub code scanning alert
Closes https://github.com/BitGo/api-ts/security/code-scanning/19
1 parent 4cc1259 commit 4863d93

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)