fix: missing profit field

This commit is contained in:
Sérgio Salgado 2022-11-16 15:19:16 +00:00
parent b7b9daf08c
commit 0925b4abd8

View file

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