Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Kedrihan committed Jul 13, 2024
1 parent 7a7c445 commit 9107d4a
Showing 1 changed file with 2 additions and 16 deletions.
18 changes: 2 additions & 16 deletions resources/[soz]/soz-phone/src/nui/apps/bank/utils/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ export const MockBankAccountData: IBankCredentials = {

export const MockBankTransactionsData: BankTransaction[] = [
{
id: 1,
date: 1598400000000,
amount: BigInt(500),
emitterName: 'John Doe',
Expand All @@ -16,27 +17,12 @@ export const MockBankTransactionsData: BankTransaction[] = [
targetAccount: 'AAA',
},
{
id: 2,
date: 1598600000000,
amount: BigInt(1500),
emitterName: '',
targetName: 'John Doe',
emitterAccount: 'radar',
targetAccount: 'BBB',
},
{
date: 1598650000000,
amount: BigInt(1500),
emitterName: '',
targetName: 'John Doe',
emitterAccount: 'bank_pacific',
targetAccount: 'BBB',
},
{
date: 1598680000000,
amount: BigInt(1500),
emitterName: 'John Doe',
targetName: '',
emitterAccount: 'BBB',
targetAccount: 'bank_pacific',
},
];

0 comments on commit 9107d4a

Please sign in to comment.