Skip to content

Commit

Permalink
Update scheduleGenerator.js
Browse files Browse the repository at this point in the history
Switch fair share tasks
  • Loading branch information
jkdmyrs authored Aug 24, 2023
1 parent e3c6b12 commit 8ff8072
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/domain/src/scheduleGenerator.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const scheduleTaskChecker = require('./scheduleTaskChecker.js')
const CHORES = require('./choresLookup.js')

// all weekly task codes: C, E, P
const fairShareWeeklyTaskCodes = ['E', 'P']
const fairShareWeeklyTaskCodes = ['C']

function generateScheduleForDay(tasks) {
const weekNumber = getWeekNumber()
Expand Down

0 comments on commit 8ff8072

Please sign in to comment.