Skip to content
This repository was archived by the owner on Oct 25, 2023. It is now read-only.

Commit 974826f

Browse files
committed
lowercase nids
1 parent d201905 commit 974826f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

archaeologist/src/storage_api_browser_ext.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ function generateNid(): Nid {
255255
*/
256256
const uuid = uuidv4()
257257
const array: Uint8Array = new TextEncoder().encode(uuid)
258-
return base32Encode(array, 'Crockford')
258+
return base32Encode(array, 'Crockford').toLowerCase()
259259
}
260260

261261
function generateEid(): Eid {

0 commit comments

Comments
 (0)