1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Remove dead comment

Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
Sebastian Malton 2023-01-25 09:02:37 -05:00
parent 151d4bd41d
commit eecf2b1899

View File

@ -22,7 +22,6 @@ const downloadBinaryInjectable = getInjectable({
let result: Response; let result: Response;
try { try {
// TODO: upgrade node-fetch once we switch to ESM
result = await fetch(url, opts as RequestInit); result = await fetch(url, opts as RequestInit);
} catch (error) { } catch (error) {
return { return {