mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 19:54:39 +00:00
[CodeFactor] Apply fixes
This commit is contained in:
@@ -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}`, {
|
||||
|
||||
Reference in New Issue
Block a user