fix: NProcLimit is not fully deleted

This commit is contained in:
Paul Pan 2024-04-28 00:31:32 +08:00
parent 6f82b6b071
commit 7785d7a875

View File

@ -29,7 +29,6 @@ interface ProblemInfoMenuProps {
const EmptyRuntime: RuntimeInfo = {
TimeLimit: 0,
MemoryLimit: 0,
NProcLimit: 0,
};
export default function ProblemInfoMenu(props: ProblemInfoMenuProps) {