summaryrefslogtreecommitdiff
path: root/src/operations/reserves.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/operations/reserves.ts')
-rw-r--r--src/operations/reserves.ts5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/operations/reserves.ts b/src/operations/reserves.ts
index 2ef902ef2..5c299d112 100644
--- a/src/operations/reserves.ts
+++ b/src/operations/reserves.ts
@@ -492,7 +492,10 @@ async function updateReserve(
reserveInfo.history,
);
- console.log("reconciled history:", JSON.stringify(reconciled, undefined, 2));
+ console.log(
+ "reconciled history:",
+ JSON.stringify(reconciled, undefined, 2),
+ );
const summary = summarizeReserveHistory(
reconciled.updatedLocalHistory,