This commit is contained in:
Believethehype
2024-05-13 10:37:32 +02:00
parent c1bfcc762b
commit 7d91d33afe
2 changed files with 4 additions and 3 deletions

View File

@@ -37,7 +37,6 @@ onMounted(async () => {
}
await addAllContentDVMs()
console.log(dvms)
})
@@ -1027,7 +1026,7 @@ async function mute(result) {
try{
let signedMuteList
try{
signedMuteList = await signer.signEvent(Event.fromJson(signedMuteList.asJson()))
signedMuteList = await signer.signEvent(newList)
console.log(signedMuteList)
}
catch (error){