Skip to content

Commit

Permalink
🐛 Remove useless await for actionNetwork
Browse files Browse the repository at this point in the history
  • Loading branch information
agobrech committed Nov 17, 2022
1 parent bb5ebdf commit 9a59c63
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export async function actionNetworkApiRequest(
delete options.qs;
}

return await this.helpers.requestWithAuthentication.call(this, 'actionNetworkApi', options);
return this.helpers.requestWithAuthentication.call(this, 'actionNetworkApi', options);
}

export async function handleListing(
Expand Down

0 comments on commit 9a59c63

Please sign in to comment.