This commit is contained in:
andrew.ng 2026-05-27 10:30:51 +07:00
parent 725315ed32
commit 0a9c22268d
1 changed files with 5 additions and 5 deletions

View File

@ -949,11 +949,11 @@ export default class LineConnection {
}, },
} }
) )
console.log('AI detect log response', remoteResp.data)
return remoteResp.data?.Status === 'OK' ? remoteResp.data?.data : '' return remoteResp.data?.Status === 'OK' ? remoteResp.data?.data : ''
} catch (error: any) { } catch (error: any) {
console.log('[ERROR] Detect log from AI', error) console.log('[ERROR] Detect log from AI', error)
} }
return ''
} }
/** /**