mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-27 06:52:35 -04:00
fix typo
This commit is contained in:
parent
be432a476a
commit
2758a76b84
@ -61,7 +61,7 @@ module.exports = [
|
|||||||
}, EventLevel.MajorDay),
|
}, EventLevel.MajorDay),
|
||||||
|
|
||||||
new Event('Spirit Day', null, 10, function* (monthDays) {
|
new Event('Spirit Day', null, 10, function* (monthDays) {
|
||||||
let fridays = 0;
|
let thursdays = 0;
|
||||||
for (let d of monthDays) {
|
for (let d of monthDays) {
|
||||||
if (d.dayOfWeek === 4) {
|
if (d.dayOfWeek === 4) {
|
||||||
thursdays++;
|
thursdays++;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user