Skip to content

Commit

Permalink
fix typo uploadDate report
Browse files Browse the repository at this point in the history
  • Loading branch information
GregTrifan committed Feb 9, 2024
1 parent 447ec48 commit 59527ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 59527ce

Please sign in to comment.