So would this just work: ``` val pendingTransacti...
# exposed
w
So would this just work:
Copy code
val pendingTransactions = transaction { PendingTransaction.find { PendingTransactions.user.eq(transfer.userId) and PendingTransactions.sent.eq(false) } }