Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasolson committed Sep 22, 2021
1 parent 47dfa1a commit 1ca5ed1
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,8 @@ export class SearchInterceptor {
);
}),
tap((response) => {
const isSearchInScopeOfSession = sessionId && sessionId === this.deps.session.getSessionId();
const isSearchInScopeOfSession =
sessionId && sessionId === this.deps.session.getSessionId();
if (
isSearchInScopeOfSession &&
this.deps.session.isRestore() &&
Expand Down

0 comments on commit 1ca5ed1

Please sign in to comment.