Skip to content

Commit

Permalink
Update verification date
Browse files Browse the repository at this point in the history
  • Loading branch information
chubtub committed Feb 10, 2021
1 parent 95bf9d9 commit 847bad5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ public void download(final HttpServletRequest request,
reportData.append(pc.getManufacturer() + ","
+ pc.getModel() + ","
+ pc.getPlatformSerial() + ","
+ pc.getBeginValidity() + ","
+ LocalDateTime.now().toString() + ","
+ pc.getDevice().getSupplyChainStatus() + ",");
ArrayList<ArrayList<String>> parsedComponents = parseComponents(pc);
for (ArrayList<String> component : parsedComponents) {
Expand Down

0 comments on commit 847bad5

Please sign in to comment.