Commit 3a7e3ef
Changed files (1)
badges
spooky-commit
badges/spooky-commit/spooky-commit.ts
@@ -9,7 +9,7 @@ export default define({
for (const repo of data.repos) {
for (const commit of repo.commits) {
const data = new Date(commit.committedDate)
- if (data.getMonth() === 10 && data.getDate() === 31) {
+ if (data.getMonth() === 9 && data.getDate() === 31) {
commits.push(commit)
}
}