mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-01-23 02:36:05 +00:00
post merge fix
This commit is contained in:
parent
bf7db5515e
commit
240581d046
2 changed files with 3120 additions and 98 deletions
3214
package-lock.json
generated
3214
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
|
@ -13,7 +13,7 @@ import {
|
|||
withLatestFrom,
|
||||
} from 'rxjs/operators';
|
||||
import { addTaskRepeatCfgToTask, updateTaskRepeatCfg } from './task-repeat-cfg.actions';
|
||||
import { Task, TaskCopy } from '../../tasks/task.model';
|
||||
import { Task, TaskCopy, TaskReminderOptionId } from '../../tasks/task.model';
|
||||
import { TaskSharedActions } from '../../../root-store/meta/task-shared.actions';
|
||||
import { TaskService } from '../../tasks/task.service';
|
||||
import { TaskRepeatCfgService } from '../task-repeat-cfg.service';
|
||||
|
|
@ -40,8 +40,6 @@ import { EMPTY, forkJoin, from, Observable, of as rxOf } from 'rxjs';
|
|||
import { getEffectiveLastTaskCreationDay } from './get-effective-last-task-creation-day.util';
|
||||
import { remindOptionToMilliseconds } from '../../tasks/util/remind-option-to-milliseconds';
|
||||
import { devError } from '../../../util/dev-error';
|
||||
import { TaskReminderOptionId } from '../../tasks/task.model';
|
||||
import { LOCAL_ACTIONS } from '../../../util/local-actions.token';
|
||||
import { getNewestPossibleDueDate } from './get-newest-possible-due-date.util';
|
||||
|
||||
@Injectable()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue