FIX
Some checks failed
ptero-push / build (push) Has been cancelled

This commit is contained in:
Christopher Cookman 2025-06-23 17:44:30 -06:00
parent b08adf1d14
commit a81d84a5b8

View file

@ -363,7 +363,7 @@ const handleDiscord = function (data, randStr) {
const product_id_raw = data.data.raw
const product_id = data.data.product_data;
const fromChannel = data.data.channel;
const fromChannel = data.data.fromChannel;
const body = data.data.body;
var evt = events[product_id.pil.substring(0, 3)];
evt.code = product_id.pil.substring(0, 3);