Skip to content

Commit

Permalink
Don't cache installing extensions (breaks updates)
Browse files Browse the repository at this point in the history
  • Loading branch information
NotNite committed Oct 11, 2024
1 parent 2c6cca2 commit 15eed57
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/core-extensions/src/moonbase/native.ts
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ export default function getNatives(): MoonbaseNatives {

async installExtension(manifest, url, repo) {
const req = await fetch(url, {
cache: "no-store",
headers: {
"User-Agent": userAgent
}
Expand Down

0 comments on commit 15eed57

Please sign in to comment.