Skip to content

Commit

Permalink
Update contributors-data.js
Browse files Browse the repository at this point in the history
  • Loading branch information
t-will-gillis authored Nov 22, 2023
1 parent 77121f1 commit 9cf06d7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const team = 'website-write';

// To delete
let oneDayAgo = new Date();
oneDayAgo.setHours(oneDayAgo.getHours() - 1.5);
oneDayAgo.setHours(oneDayAgo.getHours() - 4);
oneDayAgo = oneDayAgo.toISOString();

/**
Expand Down

0 comments on commit 9cf06d7

Please sign in to comment.