We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a21704 commit 1021779Copy full SHA for 1021779
src/utils/nostr/encryption.ts
@@ -6,15 +6,13 @@ export const interface = {
6
nip05: String,
7
zapService: String,
8
9
-export const profilefromevent = {
+const profilefromevent = {
10
name: String,
11
12
13
}
14
15
-
16
17
-export const encrypt = {
+const encrypt = {
18
19
20
@@ -30,4 +28,5 @@ export const random = {
30
28
31
29
32
33
-}
+}
0 commit comments