Skip to content

Commit 1ba2ef5

Browse files
committed
use staging manifest
1 parent 3713f62 commit 1ba2ef5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/flash.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ export function useQdl() {
123123
}
124124

125125
imageWorker.current?.init()
126-
.then(() => getManifest(config.manifests.release))
126+
.then(() => getManifest(config.manifests.staging))
127127
.then((images) => {
128128
manifest.current = images
129129

0 commit comments

Comments
 (0)