fix(proposals.events): onPatch save notification

This commit is contained in:
Josepablo C
2024-09-03 19:51:02 -06:00
parent 15df62e239
commit 656adde7b1

View File

@@ -82,6 +82,8 @@ async function onPatchEvent( id , newProposalData ){
"tag":"accepted_proposal",
"deleted":false
});
await notification.save();
}
}