Add npub to Account entity

This commit is contained in:
Alex Gleason
2024-02-13 20:23:33 -06:00
parent ca31341e04
commit 8d6f8e7d8d

View File

@@ -77,6 +77,9 @@ async function renderAccount(
is_admin: user?.admin || false,
is_moderator: user?.admin || false,
},
nostr: {
npub,
},
};
}