[CodeFactor] Apply fixes

This commit is contained in:
codefactor-io
2025-05-09 10:53:51 +00:00
parent 7499880d9d
commit ed767131ad
@@ -1,4 +1,4 @@
import type { Job, IndexItem } from "../types"; import type { IndexItem, Job } from "../types";
const fetchSubjects = async () => { const fetchSubjects = async () => {
const res = await fetch(`${location.origin}/seqta/student/load/subjects`, { const res = await fetch(`${location.origin}/seqta/student/load/subjects`, {