mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-13 01:53:30 +01:00
docs: Remove hyphen after @returns (#9989)
docs: remove hyphen after `@returns` Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
This commit is contained in:
@@ -115,7 +115,7 @@ export async function makeNetworkRequest(
|
||||
* @param url - The fully resolved url to make the request to
|
||||
* @param requestData - Extra data from the user's request needed for errors and additional processing
|
||||
* @param retries - The number of retries this request has already attempted (recursion occurs on the handler)
|
||||
* @returns - The response if the status code is not handled or null to request a retry
|
||||
* @returns The response if the status code is not handled or null to request a retry
|
||||
*/
|
||||
export async function handleErrors(
|
||||
manager: REST,
|
||||
|
||||
Reference in New Issue
Block a user