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:
parent
151d4bd41d
commit
eecf2b1899
@ -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 {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user