Skip to content

Commit

Permalink
fix: logging error in sync process
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelTaylor3D committed Nov 6, 2023
1 parent bcb7e42 commit 5ea7c75
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tasks/sync-audit-table.js
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,7 @@ const syncOrganizationAudit = async (organization) => {
lastRootSaved.timestamp = Number(
lastRootSaved?.onchainConfirmationTimeStamp || 0,
);
lastRootSaved.root_hash = lastRootSaved.rootHash;
}
}

Expand Down

0 comments on commit 5ea7c75

Please sign in to comment.