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();
export async function fireEngineMap(
q: string,
options: {
@ -40,9 +39,9 @@ export async function fireEngineMap(
method: "POST",
headers: {
"Content-Type": "application/json",
"X-Disable-Cache": "true"
"X-Disable-Cache": "true",
},
body: data
body: data,
});
if (response.ok) {