Skip to content

Commit

Permalink
more codestyling to pass lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Peeter Marvet committed Apr 7, 2024
1 parent ee29fb0 commit fa21f94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/utils/request.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ function doRequest (opts, limit) {
});
}

async function request(opts, limit) {
async function request (opts, limit) {
debug('Making request: %j', opts);
try {
const response = await doRequest(opts, limit);
Expand Down

0 comments on commit fa21f94

Please sign in to comment.