wip import zip as help

This commit is contained in:
zadam
2022-12-25 23:36:56 +01:00
parent b906efb23b
commit acda37e334
5 changed files with 30 additions and 1 deletions

View File

@@ -6,7 +6,7 @@ const ws = require('./ws');
const taskContexts = {};
class TaskContext {
constructor(taskId, taskType, data = null) {
constructor(taskId, taskType = null, data = null) {
this.taskId = taskId;
this.taskType = taskType;
this.data = data;