Task: remove pn param

This commit is contained in:
2023-05-31 08:09:57 +08:00
parent 9311bd64ea
commit 3fab4a8fc5
4 changed files with 14 additions and 18 deletions

View File

@@ -8,7 +8,6 @@ export type Task = {
type: TaskType;
gid: number;
token: string;
pn: number;
pid: number;
details: string | null;
};