This commit is contained in:
Christopher Cookman 2023-08-18 20:29:00 -06:00
parent 981f52cc62
commit 4cb638a07b
Signed by: ChrisChrome
GPG key ID: A023A26E42C33A42

View file

@ -61,6 +61,7 @@ app.post('/sms', async (req, res) => {
}
}
})();
if (!out['text'] && !out['images']) return res.send("OK");
hook.send({
content: out['text'],
files: out['images'],