Skip to content

Commit

Permalink
fix(git): only poll to backlog when there was an update
Browse files Browse the repository at this point in the history
  • Loading branch information
johannesjo committed Mar 15, 2019
1 parent e692ca7 commit 441f906
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export class GitIssueEffects {
this._gitApiService.refreshIssuesCacheIfOld();
// trigger fake refresh for when issues are deleted or cache is more up to date
// then the data
this._gitApiService.onCacheRefresh$.next(true);
// this._gitApiService.onCacheRefresh$.next(true);
})
)
: EMPTY;
Expand Down

0 comments on commit 441f906

Please sign in to comment.