code format & renaming
This commit is contained in:
parent
c1935fb360
commit
90a7af344e
2 changed files with 9 additions and 8 deletions
|
@ -13,6 +13,7 @@ async function hash(namespace: string) {
|
|||
|
||||
const relevant_hash = "Qa4xy8yRPnBsQf8U2UUE7tse2u4Fi/Aqxbt" +
|
||||
"6aq56m5ofcmCkTi8PbgMBF1OtHC6qkXDF2tz2qKprYCIAMzTSQQ==";
|
||||
|
||||
Deno.test("encode_namespace", async () => {
|
||||
const namespace = "CHANGEME";
|
||||
const base64 = await hash(namespace);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue