Skip to content

Commit 120939d

Browse files
committed
Fix: Layer cache not found
1 parent 9cce895 commit 120939d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LayerCache.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ class LayerCache {
273273

274274
async recoverSingleLayerKey(id: string) {
275275
const unformatted = await this.recoverUnformattedSaveKey()
276-
return format(unformatted, { hash: id })
276+
return format(`layer-${unformatted}`, { hash: id })
277277
}
278278

279279
async getFormattedSaveKey(hash: string) {

0 commit comments

Comments
 (0)