Skip to content

Commit

Permalink
Revert "use staging manifest"
Browse files Browse the repository at this point in the history
This reverts commit 1ba2ef5.
  • Loading branch information
incognitojam committed Jan 25, 2025
1 parent 9fda7c7 commit 32b9f8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/flash.js
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ export function useQdl() {
}

imageWorker.current?.init()
.then(() => getManifest(config.manifests.staging))
.then(() => getManifest(config.manifests.release))
.then((images) => {
manifest.current = images

Expand Down

0 comments on commit 32b9f8a

Please sign in to comment.