mirror of
https://github.com/QuantumNous/new-api.git
synced 2026-03-30 07:37:23 +00:00
fix: log table unknown ws prop error
This commit is contained in:
@@ -538,7 +538,7 @@ const LogsTable = () => {
|
||||
value: content,
|
||||
})
|
||||
}
|
||||
if (other.ws) {
|
||||
if (other?.ws) {
|
||||
expandDataLocal.push({
|
||||
key: '语音输入',
|
||||
value: other.audio_input,
|
||||
|
||||
Reference in New Issue
Block a user