mirror of
https://github.com/zadam/trilium.git
synced 2025-11-16 18:25:51 +01:00
wip import zip as help
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user