From 59527ceee5e0351878091271ba8631849fde4df1 Mon Sep 17 00:00:00 2001 From: Grigore Gabriel Trifan <trifangaby71@protonmail.com> Date: Fri, 9 Feb 2024 14:44:31 +0200 Subject: [PATCH] fix typo uploadDate report --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index f809878..2d0f047 100644 --- a/index.js +++ b/index.js @@ -481,7 +481,7 @@ async function grabReports(staging = false) { title: reportData.Title, // These below come from IPFS comments: reportData.Comments, - uploadDate: new Date(reportData["Start Date"]), + uploadDate: new Date(reportData["Upload Date"]), accountingPeriodStart: new Date(reportData["Start Date"]), accountingPeriodEnd: new Date(reportData["End Date"]), source: reportData.Source,