Skip to content

Commit f9e00fe

Browse files
committed
fix: TT-282 remove code smell
1 parent 4fd6cc0 commit f9e00fe

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/app/modules/time-clock/components/entry-fields/entry-fields.component.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import { ProjectState } from '../../../customer-management/components/projects/c
1010
import { TechnologyState } from '../../../shared/store/technology.reducers';
1111
import { ActivityState, LoadActivities } from '../../../activities-management/store';
1212
import * as entryActions from '../../store/entry.actions';
13-
import { get } from 'lodash';
13+
import { get, head } from 'lodash';
1414
import * as moment from 'moment';
1515
import { ToastrService } from 'ngx-toastr';
1616
import { formatDate } from '@angular/common';
@@ -19,8 +19,6 @@ import { DATE_FORMAT } from 'src/environments/environment';
1919
import { Subscription, } from 'rxjs';
2020
import { FeatureToggle } from './../../../../../environments/enum';
2121
import { CookieService } from 'ngx-cookie-service';
22-
import { head } from 'lodash';
23-
import { __await } from 'tslib';
2422

2523
type Merged = TechnologyState & ProjectState & ActivityState;
2624

0 commit comments

Comments
 (0)