Skip to content

Commit

Permalink
no more refcount ...
Browse files Browse the repository at this point in the history
  • Loading branch information
t8g committed Sep 25, 2017
1 parent 4bd285f commit 311c51c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions client/src/app/isari-data.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -779,8 +779,7 @@ export class IsariDataService {

return json;
})
.publishReplay(1)
.refCount();

this.enumsCache[src] = $enum;
return $enum;
}
Expand Down

0 comments on commit 311c51c

Please sign in to comment.