mirror of
https://github.com/zadam/trilium.git
synced 2025-11-17 10:40:41 +01:00
Merge branch 'stable'
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user