We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7e2f0f commit cb723caCopy full SHA for cb723ca
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@codebolt/codeboltjs",
3
- "version": "1.1.15",
+ "version": "1.1.16",
4
"description": "",
5
"keywords": [],
6
"author": "",
src/modules/task.ts
@@ -45,6 +45,7 @@ const taskplaner = {
45
});
46
47
},
48
+
49
/**
50
* Updates an existing task using a WebSocket message.
51
* @param {string} task - The updated task information.
0 commit comments