Skip to content

Commit

Permalink
Remove duplicate work()
Browse files Browse the repository at this point in the history
  • Loading branch information
timolins committed Dec 21, 2016
1 parent e78b69a commit 339cb86
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,6 @@ exports.middleware = store => next => action => {
// Check if it's a new session
if (!hyperlayout.knownUids.includes(uid)) {
hyperlayout.knownUids.push(uid)
hyperlayout.work()
setTimeout(() => {
hyperlayout.work()
}, 0)
Expand Down

0 comments on commit 339cb86

Please sign in to comment.