Skip to content

Commit cbd70cf

Browse files
committed
test post restoring
1 parent 0014629 commit cbd70cf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

post.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ const main = async () => {
77

88
const layerCache = new LayerCache(repotag)
99
await layerCache.store(key)
10+
const layercache2 = new LayerCache(repotag)
11+
await layercache2.restore(key)
1012
}
1113

1214
main().catch(e => {

0 commit comments

Comments
 (0)