diff --git a/packages/rest/src/manager.ts b/packages/rest/src/manager.ts index c7a5baac2..aa7a8a1f3 100644 --- a/packages/rest/src/manager.ts +++ b/packages/rest/src/manager.ts @@ -279,9 +279,6 @@ export function createRestManager(options: CreateRestManagerOptions): RestManage let body: string | FormData | undefined - // TODO: check if we need to add specific check for GET method - // Since GET does not allow bodies - // Have to check for attachments first, since body then has to be send in a different way. if (options?.files !== undefined) { const form = new FormData()