Skip to content

Commit 1021779

Browse files
author
22388o
committed
fix
1 parent 4a21704 commit 1021779

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

src/utils/nostr/encryption.ts

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,13 @@ export const interface = {
66
nip05: String,
77
zapService: String,
88

9-
export const profilefromevent = {
9+
const profilefromevent = {
1010
name: String,
1111
nip05: String,
1212
zapService: String,
1313
}
1414

15-
16-
17-
export const encrypt = {
15+
const encrypt = {
1816
name: String,
1917
nip05: String,
2018
zapService: String,
@@ -30,4 +28,5 @@ export const random = {
3028
name: String,
3129
nip05: String,
3230
zapService: String,
33-
}
31+
}
32+
}

0 commit comments

Comments
 (0)