mirror of
https://github.com/IT4Change/gradido.git
synced 2026-02-06 09:56:05 +00:00
onResult log analyse
This commit is contained in:
parent
738f101da7
commit
9239df58e4
@ -186,7 +186,7 @@ onMounted(() => {
|
||||
|
||||
onResult(() => {
|
||||
console.log('TransactionLink.onResult... result=', result)
|
||||
console.log('TransactionLink.onResult... result=', JSON.stringify(result))
|
||||
console.log('TransactionLink.onResult... stringify result=', JSON.stringify(result))
|
||||
if (result?.queryTransactionLink?.__typename === 'TransactionLink') {
|
||||
console.log('TransactionLink.onResult... redeeming')
|
||||
setTransactionLinkInformation()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user