chore(deps): modernize coreflow tooling
This commit is contained in:
@@ -6,9 +6,6 @@ export class CoreflowTaskmanager {
|
||||
public coreflowRef: Coreflow;
|
||||
public taskmanager: plugins.taskbuffer.TaskManager;
|
||||
|
||||
// checkin tasks
|
||||
public checkinTask: plugins.taskbuffer.Task;
|
||||
|
||||
// event based tasks
|
||||
/**
|
||||
* updates baseservices
|
||||
@@ -19,8 +16,6 @@ export class CoreflowTaskmanager {
|
||||
|
||||
// timed
|
||||
public updateTrafficRoutingTask: plugins.taskbuffer.Task;
|
||||
public updateConfigTask: plugins.taskbuffer.Task;
|
||||
|
||||
constructor(coreflowRefArg: Coreflow) {
|
||||
this.coreflowRef = coreflowRefArg;
|
||||
this.taskmanager = new plugins.taskbuffer.TaskManager();
|
||||
|
||||
Reference in New Issue
Block a user