Skip to content

Commit

Permalink
[CST-12881] fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
steph-ieffam committed Dec 5, 2023
1 parent 4b7602f commit a8ad88a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/core/data/notify-services-status-data.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { IdentifiableDataService } from './base/identifiable-data.service';
import { dataService } from './base/data-service.decorator';
import { NotifyRequestsStatus } from '../../item-page/simple/notify-requests-status/notify-requests-status.model';
import { NOTIFYREQUEST} from '../../item-page/simple/notify-requests-status/notify-requests-status.resource-type';
import { Observable, map, take, tap } from 'rxjs';
import { Observable, map, take } from 'rxjs';
import { RemoteData } from './remote-data';
import { GetRequest } from './request.models';

Expand Down

0 comments on commit a8ad88a

Please sign in to comment.