test
All checks were successful
Spell Check / Spell Check with Typos (push) Successful in 3s

This commit is contained in:
Methapon2001 2025-07-22 11:05:25 +07:00
parent c7183887c9
commit 61e05f4f87

View file

@ -508,6 +508,8 @@ export class RequestDataActionController extends Controller {
], ],
}; };
console.log(JSON.stringify(data, null, 4));
await fetch("https://api.line.me/v2/bot/message/multicast", { await fetch("https://api.line.me/v2/bot/message/multicast", {
method: "POST", method: "POST",
headers: { headers: {