Skip to content

Commit

Permalink
refactor: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
johannesjo committed Jan 10, 2024
1 parent 12e5451 commit b29069b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions src/app/features/project/store/project.effects.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ import {
moveToArchive,
moveToOtherProject,
restoreTask,
updateTaskTags,
} from '../../tasks/store/task.actions';
import { ReminderService } from '../../reminder/reminder.service';
import { ProjectService } from '../project.service';
Expand All @@ -59,7 +58,6 @@ import { TaskService } from '../../tasks/task.service';
import { Task, TaskArchive, TaskState } from '../../tasks/task.model';
import { unique } from '../../../util/unique';
import { TaskRepeatCfgService } from '../../task-repeat-cfg/task-repeat-cfg.service';
import { TODAY_TAG } from '../../tag/tag.const';
import { EMPTY, Observable, of } from 'rxjs';
import { TaskRepeatCfg } from '../../task-repeat-cfg/task-repeat-cfg.model';
import { projectSelectors } from './project.selectors';
Expand Down
2 changes: 0 additions & 2 deletions src/app/features/tasks/task.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ import {
import { Router } from '@angular/router';
import { unique } from '../../util/unique';
import { SnackService } from '../../core/snack/snack.service';
import { T } from '../../t.const';
import { ImexMetaService } from '../../imex/imex-meta/imex-meta.service';
import { remindOptionToMilliseconds } from './util/remind-option-to-milliseconds';
import { getDateRangeForDay } from '../../util/get-date-range-for-day';
Expand All @@ -102,7 +101,6 @@ import {
} from '../project/store/project.actions';
import { Update } from '@ngrx/entity';
import { DateService } from 'src/app/core/date/date.service';
import { setActiveWorkContext } from '../work-context/store/work-context.actions';

@Injectable({
providedIn: 'root',
Expand Down

0 comments on commit b29069b

Please sign in to comment.