diff --git a/packages/core/src/common/fetch/download-binary.injectable.ts b/packages/core/src/common/fetch/download-binary.injectable.ts index d95ac8a53c..b50c4e5782 100644 --- a/packages/core/src/common/fetch/download-binary.injectable.ts +++ b/packages/core/src/common/fetch/download-binary.injectable.ts @@ -22,7 +22,6 @@ const downloadBinaryInjectable = getInjectable({ let result: Response; try { - // TODO: upgrade node-fetch once we switch to ESM result = await fetch(url, opts as RequestInit); } catch (error) { return {