public addTask()

in src/services/task.ts [24:27]


  public addTask(data: ErrorInfoFields & ReportFields, collector: string) {
    this.queues.push(data);
    this.collector = collector;
  }