I'm a lil stupid
This commit is contained in:
parent
7258e87801
commit
d8280141e0
3
index.js
3
index.js
|
@ -581,8 +581,7 @@ xmpp.on("stanza", (stanza) => {
|
|||
"product_data": product_id,
|
||||
"raw": product_id_raw,
|
||||
"rawBody": body,
|
||||
"image": stanza.getChild("x").attrs.twitter_media || null,
|
||||
"productText": text || null
|
||||
"image": stanza.getChild("x").attrs.twitter_media || null
|
||||
}
|
||||
}
|
||||
}, getCircularReplacer(), 2), 'utf8');
|
||||
|
|
Loading…
Reference in a new issue