Merge branch 'main' into claude/event-sync-screen-sYGtN
This commit is contained in:
@@ -131,7 +131,10 @@ class ListTransactionsMethod(
|
||||
type: String? = null,
|
||||
unpaid_outgoing: Boolean? = null,
|
||||
unpaid_incoming: Boolean? = null,
|
||||
): ListTransactionsMethod = ListTransactionsMethod(ListTransactionsParams(from, until, limit, offset, unpaid, unpaid_outgoing, unpaid_incoming, type))
|
||||
): ListTransactionsMethod =
|
||||
ListTransactionsMethod(
|
||||
ListTransactionsParams(from, until, limit, offset, unpaid, unpaid_outgoing, unpaid_incoming, type),
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user