Skip to content

Commit

Permalink
Merge pull request #3 from GregTrifan/justificationType
Browse files Browse the repository at this point in the history
fix typo uploadDate report
  • Loading branch information
marsrobertson authored Feb 9, 2024
2 parents 7d0bf88 + 59527ce commit 5ec21bb
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 5ec21bb

Please sign in to comment.