Only make 1 request to an endpoint concurrently

This commit is contained in:
2025-03-20 00:58:12 +01:00
parent a3046680ac
commit 211db3d4d5
2 changed files with 7 additions and 2 deletions

View File

@ -1,4 +1,4 @@
import React, {EventHandler, ReactElement, useEffect, useState} from 'react';
import React, {ReactElement, useEffect, useState} from 'react';
import JobFunctions from './JobFunctions';
import '../styles/monitorMangaList.css';
import {JobType} from "./interfaces/Jobs/IJob";