File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -119,11 +119,11 @@ function allIncluded(outputTarget = 'email') {
119
119
handleLastWeekContributionChange ( ) ;
120
120
} else if ( items . yesterdayContribution ) {
121
121
handleYesterdayContributionChange ( ) ;
122
- } else if ( items . startDate && items . endingDate ) {
122
+ } else if ( items . startingDate && items . endingDate ) {
123
123
startingDate = items . startingDate ;
124
124
endingDate = items . endingDate ;
125
125
} else {
126
- handleLastWeekContributionChange ( ) ; //when no date is stored, i.e on fresh unpack - default to last week.
126
+ handleLastWeekContributionChange ( ) ; //on fresh unpack - default to last week.
127
127
if ( outputTarget === 'popup' ) {
128
128
chrome . storage . local . set ( { lastWeekContribution : true , yesterdayContribution : false } ) ;
129
129
}
You can’t perform that action at this time.
0 commit comments