fix small issues

This commit is contained in:
Ren Amamiya
2023-07-26 08:25:08 +07:00
parent e30ca0ff82
commit 89dd4f5c9d
2 changed files with 5 additions and 8 deletions

View File

@@ -107,8 +107,6 @@ export function Composer() {
tags.push(['t', tag.replace('#', '')]);
});
console.log(tags);
// publish message
await publish({ content: serializedContent, kind: 1, tags });