Skip to content

Commit 78ca97c

Browse files
committed
remove unnecessary await
1 parent eeaeb59 commit 78ca97c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/schema-loader/http.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,5 +56,5 @@ export const httpSchemaLoader: SchemaLoader = async function (options: THttpSche
5656
return result;
5757
}, {});
5858

59-
return await r(requestOptions);
59+
return r(requestOptions);
6060
};

0 commit comments

Comments
 (0)