Skip to content

Commit 45a8e31

Browse files
committed
Fix
1 parent 1021779 commit 45a8e31

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/utils/nostr/encryption.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,19 @@
1-
import {NDKUserProfile} from "./NDKUserProfile";
21
import {Name, NIP05} from "./NDKUserProfile";
32

4-
export const interface = {
3+
import {Name, NIP05} from "./NDKUserProfile";
4+
5+
export const interfaceObj = {
56
name: String,
67
nip05: String,
78
zapService: String,
8-
9-
const profilefromevent = {
9+
}
10+
export const profilefromevent = {
1011
name: String,
1112
nip05: String,
1213
zapService: String,
1314
}
1415

15-
const encrypt = {
16+
export const encrypt = {
1617
name: String,
1718
nip05: String,
1819
zapService: String,
@@ -29,4 +30,3 @@ export const random = {
2930
nip05: String,
3031
zapService: String,
3132
}
32-
}

0 commit comments

Comments
 (0)