This commit is contained in:
2023-12-09 09:34:20 +07:00
parent e507187044
commit 6440680898
5 changed files with 33 additions and 12 deletions

View File

@@ -76,7 +76,7 @@ export function ImportAccountScreen() {
setLoading(true);
// add account to db
await ark.createAccount(npub, pubkey);
await ark.createAccount({ id: npub, pubkey });
// get account contacts
await ark.getUserContacts({ pubkey });