Skip to content

Commit 0d9d110

Browse files
committed
test removing getIdhashesPathFriendly
1 parent c725427 commit 0d9d110

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/LayerCache.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,8 @@ class LayerCache {
210210
}
211211

212212
getIdhashesPathFriendly(): string {
213-
return crypto.createHash(`sha256`).update(this.ids.join(`-`), `utf8`).digest(`hex`)
213+
return ''
214+
// return crypto.createHash(`sha256`).update(this.ids.join(`-`), `utf8`).digest(`hex`)
214215
}
215216

216217
getRootKey(): string {

0 commit comments

Comments
 (0)