Skip to content

Commit

Permalink
bug: delete zapService from profile copy
Browse files Browse the repository at this point in the history
  • Loading branch information
v0l committed Mar 16, 2023
1 parent 2d71d22 commit 0d4394e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/app/src/Pages/settings/Profile.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 0d4394e

Please sign in to comment.