Răsfoiți Sursa

fixup 017f4605: Request is plain data now

tophf 2 săptămâni în urmă
părinte
comite
b02364564c
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      src/confirm/views/app.vue

+ 1 - 1
src/confirm/views/app.vue

@@ -394,7 +394,7 @@ async function getFile(url, opts) {
   if (useCache && cache.has(cacheKey)) {
     return cache.get(cacheKey);
   }
-  const { data } = await sendCmdDirectly('Request', {
+  const data = await sendCmdDirectly('Request', {
     url,
     vet: !!opts, // TODO: add a blacklist for installation URLs?
     [kResponseType]: isBlob ? 'blob' : null,