Skip to content

Commit 348c78a

Browse files
committed
fix preloader always redownloading
1 parent 879f50e commit 348c78a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/proxy/preload.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ const cacheURLs = async (urls) => {
107107
host: SERVER.split("/")[2]
108108
},
109109
end: () => 0
110-
}, undefined, full)
110+
}, undefined)
111111
})
112112
}
113113

@@ -163,7 +163,7 @@ const cacheGadget = async () => {
163163
host: GADGET.split("/")[2]
164164
},
165165
end: () => 0
166-
}, undefined, full)
166+
}, undefined)
167167
})
168168
}
169169

0 commit comments

Comments
 (0)