Skip to content

Commit 47875dd

Browse files
committed
Fix stray lint issue
1 parent 544306a commit 47875dd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/item-page/simple/item-types/shared/item-relationships-utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ import { PaginatedList } from '../../../../core/data/paginated-list.model';
1515
import { RemoteData } from '../../../../core/data/remote-data';
1616
import { Item } from '../../../../core/shared/item.model';
1717
import { Relationship } from '../../../../core/shared/item-relationships/relationship.model';
18-
import { hasValue } from '../../../../shared/empty.util';
1918
import { getFirstCompletedRemoteData } from '../../../../core/shared/operators';
19+
import { hasValue } from '../../../../shared/empty.util';
2020

2121
export const PAGINATED_RELATIONS_TO_ITEMS_OPERATOR = new InjectionToken<(thisId: string) => (source: Observable<RemoteData<PaginatedList<Relationship>>>) => Observable<RemoteData<PaginatedList<Item>>>>('paginatedRelationsToItems', {
2222
providedIn: 'root',

0 commit comments

Comments
 (0)