deb
This commit is contained in:
parent
9fd562551f
commit
4cf0814c4c
1 changed files with 2 additions and 0 deletions
|
|
@ -82,6 +82,8 @@ export default class {
|
|||
async GetBalanceEvents({ from, to }: { from?: number, to?: number }, txId?: string) {
|
||||
const q = getTimeQuery({ from, to })
|
||||
const chainBalanceEvents = await this.dbs.Find<BalanceEvent>('BalanceEvent', q, txId)
|
||||
//@ts-ignore
|
||||
console.log(q.where?.created_at._value)
|
||||
console.log("chainBalanceEvents")
|
||||
console.log(chainBalanceEvents)
|
||||
return { chainBalanceEvents }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue