bug: delete zapService from profile copy
Some checks failed
Docker build on tag / build (push) Has been cancelled
Some checks failed
Docker build on tag / build (push) Has been cancelled
This commit is contained in:
parent
2d71d228d3
commit
0d4394e1e6
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user