remove key

This commit is contained in:
Brian Cao 2022-08-29 16:35:50 -07:00
parent 92acd8c1a7
commit 727631a879

View File

@ -56,7 +56,6 @@ async function sendMessage(params, topic) {
topic, topic,
messages: [ messages: [
{ {
key: 'key',
value: JSON.stringify(params), value: JSON.stringify(params),
}, },
], ],