[CodeFactor] Apply fixes

This commit is contained in:
codefactor-io
2026-01-22 08:42:29 +00:00
parent 51c940cdd9
commit 90e3a946bf
@@ -1,4 +1,4 @@
import type { Job, IndexItem } from "../types";
import type { IndexItem, Job } from "../types";
const fetchJSON = async (url: string, body: any) => {
const res = await fetch(`${location.origin}${url}`, {