fix(tracker): typo
This commit is contained in:
parent
d6fd7b312a
commit
8750448841
1 changed files with 1 additions and 1 deletions
|
|
@ -25,4 +25,4 @@ export enum WorkerActivityLogStatus {
|
|||
}
|
||||
|
||||
|
||||
export type WorkerMessageData = null | "stop" | Start | Auth | Array<{ _id: number }> | Log
|
||||
export type WorkerMessageData = null | "stop" | Start | Auth | Array<{ _id: number }>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue