mirror of
https://github.com/claude-code-best/claude-code.git
synced 2026-06-17 22:05:50 +00:00
feat: 全部类型问题解决
This commit is contained in:
@@ -117,7 +117,7 @@ export function createApiQueryHook<TResult>(
|
||||
type: 'success',
|
||||
queryName: config.name,
|
||||
result,
|
||||
messageId: response.message.id,
|
||||
messageId: response.message.id ?? '',
|
||||
model,
|
||||
uuid,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user