bug: delete zapService from profile copy

This commit is contained in:
Kieran 2023-03-16 22:25:35 +00:00
parent 2d71d228d3
commit 0d4394e1e6
Signed by: Kieran
GPG Key ID: DE71CEB3925BE941

View File

@ -74,6 +74,7 @@ export default function ProfileSettings(props: ProfileSettingsProps) {
delete userCopy["pubkey"];
delete userCopy["npub"];
delete userCopy["deleted"];
delete userCopy["zapService"];
console.debug(userCopy);
const ev = await publisher.metadata(userCopy);