fix: service worker bug

This commit is contained in:
2024-05-13 14:54:03 +01:00
parent 9b99d0e2ea
commit f8f54a4e50
2 changed files with 4 additions and 4 deletions

View File

@ -2,7 +2,7 @@ import * as utils from "@noble/curves/abstract/utils";
import { bech32 } from "@scure/base";
import { HexKey } from "./nostr";
export const enum NostrPrefix {
export enum NostrPrefix {
PublicKey = "npub",
PrivateKey = "nsec",
Note = "note",