Skip to content

Commit

Permalink
fix: populate ethAddress as its non null field (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
aniketdivekar authored Dec 13, 2024
1 parent b447008 commit 95857c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/storage/account.ts
Original file line number Diff line number Diff line change
Expand Up @@ -345,6 +345,7 @@ export async function processAccountData(accounts: AccountsCopy[]): Promise<Acco
const accountType = account.data.accountType
const accObj = {
accountId: account.accountId,
ethAddress: account.accountId,
cycle: account.cycleNumber,
timestamp: account.timestamp,
account: account.data,
Expand Down

0 comments on commit 95857c1

Please sign in to comment.