Merge pull request #1445 from chaotixkilla/fix-missing-profit-fetch-in-machine-details

Add missing 'profit' field
This commit is contained in:
Rafael Taranto 2022-11-16 16:56:16 +01:00 committed by GitHub
commit f7c31742e9

View file

@ -55,6 +55,7 @@ const GET_TRANSACTIONS = gql`
customerId
isAnonymous
rawTickerPrice
profit
}
}
`