update
This commit is contained in:
parent
725315ed32
commit
0a9c22268d
|
|
@ -949,11 +949,11 @@ export default class LineConnection {
|
|||
},
|
||||
}
|
||||
)
|
||||
console.log('AI detect log response', remoteResp.data)
|
||||
return remoteResp.data?.Status === 'OK' ? remoteResp.data?.data : ''
|
||||
} catch (error: any) {
|
||||
console.log('[ERROR] Detect log from AI', error)
|
||||
}
|
||||
return ''
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in New Issue