bug: delete zapService from profile copy
Some checks failed
Docker build on tag / build (push) Has been cancelled

This commit is contained in:
2023-03-16 22:25:35 +00:00
parent 2d71d228d3
commit 0d4394e1e6

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);