Refactor 'uploadFromUrl' to base storage implementation

Add safety around using fetch implementation
This commit is contained in:
Tom Moor
2023-08-20 13:13:17 -04:00
parent 74722b80f2
commit 5c07694f6b
13 changed files with 70 additions and 66 deletions

View File

@@ -11,7 +11,10 @@
{
"checksVoidReturn": true
}
]
],
"no-restricted-imports": ["error", {
"paths": ["fetch-with-proxy", "node-fetch"]
}]
},
"overrides": [
{