Chore: linter complaints

This commit is contained in:
Grail Finder
2025-12-10 14:07:24 +03:00
parent be3e3d4c60
commit 8af2a59a9a
3 changed files with 9 additions and 13 deletions

View File

@@ -596,13 +596,6 @@ var globalTodoList = TodoList{
Items: []TodoItem{},
}
func getTodoList() TodoList {
return globalTodoList
}
func setTodoList(todoList TodoList) {
globalTodoList = todoList
}
// Todo Management Tools
func todoCreate(args map[string]string) []byte {