Skip to content

Commit cb723ca

Browse files
changes
1 parent d7e2f0f commit cb723ca

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codebolt/codeboltjs",
3-
"version": "1.1.15",
3+
"version": "1.1.16",
44
"description": "",
55
"keywords": [],
66
"author": "",

src/modules/task.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ const taskplaner = {
4545
});
4646
});
4747
},
48+
4849
/**
4950
* Updates an existing task using a WebSocket message.
5051
* @param {string} task - The updated task information.

0 commit comments

Comments
 (0)