We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c4e293 commit a12e958Copy full SHA for a12e958
src/consts.ts
@@ -170,4 +170,4 @@ export const EMPTY_CHANGE_SUMMARY_DTO = {
170
}
171
172
export const CUSTOM_PARAMETER_API_AUDIENCE = 'x-api-audience'
173
-export const HTTP_METHODS_SET = new Set(Object.values(OpenAPIV3.HttpMethods) as string[])
+export const HTTP_METHODS_SET = new Set(Object.values(OpenAPIV3.HttpMethods) as string[])
0 commit comments