feat: add estimation time
parent
e09190df42
commit
83d53847d7
|
@ -48,7 +48,7 @@ export class IndexQueueManager extends BaseIndexManager<Queue> {
|
|||
data: result.data.map((queue) => {
|
||||
return {
|
||||
...queue,
|
||||
time: this.queueTimes[queue.id],
|
||||
estimation: this.queueTimes[queue.id],
|
||||
};
|
||||
}),
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue