refactor: remove todo tool (#35989)
This commit is contained in:
@@ -130,9 +130,6 @@ function stateApi(sync: ReturnType<typeof useSync>, data: ReturnType<typeof useD
|
||||
item.file === undefined ? [] : [{ ...item, file: item.file }],
|
||||
)
|
||||
},
|
||||
todo(sessionID) {
|
||||
return sync.data.todo[sessionID] ?? []
|
||||
},
|
||||
messages(sessionID) {
|
||||
return sync.data.message[sessionID] ?? []
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user