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 eeaeb59 commit 78ca97cCopy full SHA for 78ca97c
lib/schema-loader/http.ts
@@ -56,5 +56,5 @@ export const httpSchemaLoader: SchemaLoader = async function (options: THttpSche
56
return result;
57
}, {});
58
59
- return await r(requestOptions);
+ return r(requestOptions);
60
};
0 commit comments