Skip to content

Commit

Permalink
Removed uneeded share call from ReTweet action
Browse files Browse the repository at this point in the history
  • Loading branch information
shiftyp committed Jul 10, 2016
1 parent 0cc4dbb commit fcd1a9a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions examples/retweet/client/actions/socket.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,5 @@ import { createAction } from 'redurx';
export const initializeSocket = createAction(init => {
return init
.take(1)
.map(() => io())
.share();
.map(() => io());
});

0 comments on commit fcd1a9a

Please sign in to comment.