Skip to content

Commit 5db8570

Browse files
committed
Fix code error
1 parent 049b800 commit 5db8570

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/store/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -868,7 +868,7 @@ export default createStore({
868868
*/
869869
context.commit("create_Task", payload);
870870
},
871-
completeTask: (context, payload): voi => {
871+
completeTask: (context, payload): void => {
872872
/**
873873
* Action to complete the task.
874874
*/

0 commit comments

Comments
 (0)