Fix
ci/woodpecker/push/woodpecker Pipeline was successful Podrobnosti

This commit is contained in:
tree 2022-11-09 17:38:44 +01:00
rodič e2d206d245
revize 343bb639a2
1 změnil soubory, kde provedl 1 přidání a 0 odebrání

Zobrazit soubor

@ -35,6 +35,7 @@
name: item ? item.name : contributor.name
}
})
}
function isPast(date) {
return new Date() > new Date(date);