Update fireEngine.ts

This commit is contained in:
Nicolas 2024-11-14 17:31:30 -05:00
parent d62f12c9d9
commit 3fcdf57d2f

View File

@ -5,7 +5,6 @@ import { logger } from "../lib/logger";
dotenv.config(); dotenv.config();
export async function fireEngineMap( export async function fireEngineMap(
q: string, q: string,
options: { options: {
@ -40,9 +39,9 @@ export async function fireEngineMap(
method: "POST", method: "POST",
headers: { headers: {
"Content-Type": "application/json", "Content-Type": "application/json",
"X-Disable-Cache": "true" "X-Disable-Cache": "true",
}, },
body: data body: data,
}); });
if (response.ok) { if (response.ok) {