fix(tracker): rm unused
This commit is contained in:
parent
8d919e49cc
commit
d6fd7b312a
1 changed files with 0 additions and 5 deletions
|
|
@ -17,11 +17,6 @@ type Auth = {
|
|||
beaconSizeLimit?: number
|
||||
}
|
||||
|
||||
type Log = {
|
||||
type: "log"
|
||||
log: WorkerActivityLogStatus
|
||||
}
|
||||
|
||||
export enum WorkerActivityLogStatus {
|
||||
Off,
|
||||
Console,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue