Skip to content

Commit

Permalink
solved conflicts with master
Browse files Browse the repository at this point in the history
  • Loading branch information
LotteHofstede committed Mar 21, 2019
1 parent 23a1e6b commit d820991
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/core/data/request.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@ import { AppState } from '../../app.reducer';
import { hasValue, isNotEmpty } from '../../shared/empty.util';
import { CacheableObject } from '../cache/object-cache.reducer';
import { ObjectCacheService } from '../cache/object-cache.service';
import { coreSelector, CoreState } from '../core.reducers';
import { CoreState } from '../core.reducers';
import { IndexName, IndexState, MetaIndexState } from '../index/index.reducer';
import { pathSelector } from '../shared/selectors';
import {
originalRequestUUIDFromRequestUUIDSelector,
requestIndexSelector,
Expand All @@ -27,6 +26,7 @@ import { RequestEntry, RequestState } from './request.reducer';
import { CommitSSBAction } from '../cache/server-sync-buffer.actions';
import { RestRequestMethod } from './rest-request-method';
import { AddToIndexAction, RemoveFromIndexBySubstringAction } from '../index/index.actions';
import { coreSelector } from '../core.selectors';

const requestCacheSelector = createSelector(
coreSelector,
Expand Down

0 comments on commit d820991

Please sign in to comment.