Merge branch 'stable'

This commit is contained in:
zadam
2023-06-27 23:15:20 +02:00
16 changed files with 124 additions and 64 deletions

View File

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