Skip to content

Commit

Permalink
Update stableBrandNewReminder.js
Browse files Browse the repository at this point in the history
  • Loading branch information
mcm1957 authored Dec 25, 2023
1 parent 9457c33 commit febbd82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/stableBrandNewReminder.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const {

async function doIt() {
let labels = await getLabels('');
labels = labels.forEach( (l)=> {
labels.forEach( (l)=> {
const result = /^(\d\d)\.(\d\d)\.(\d\d\d\d)$/g.exec(l.name);
if (result) {
let targetTs=new Date(result[3], result[2]-1, result[1], 0, 0, 0).getTime();
Expand Down

0 comments on commit febbd82

Please sign in to comment.