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,
|
"product_data": product_id,
|
||||||
"raw": product_id_raw,
|
"raw": product_id_raw,
|
||||||
"rawBody": body,
|
"rawBody": body,
|
||||||
"image": stanza.getChild("x").attrs.twitter_media || null,
|
"image": stanza.getChild("x").attrs.twitter_media || null
|
||||||
"productText": text || null
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}, getCircularReplacer(), 2), 'utf8');
|
}, getCircularReplacer(), 2), 'utf8');
|
||||||
|
|
Loading…
Reference in a new issue