Skip to content

Commit

Permalink
moved datestamp to front for correct ordering of jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
nleanba committed Feb 29, 2024
1 parent 03161e0 commit 2e12f26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/action_worker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ async function gatherJobsForFullUpdate() {
name: "GG2RDF Service",
email: "gg2rdf@plazi.org",
},
id: `full update ${date} [${
id: `${date} full update [${
(++block).toString(10).padStart(4, "0")
}`,
files: {
Expand Down

0 comments on commit 2e12f26

Please sign in to comment.