Skip to content

Commit

Permalink
v1.4.2 remove uuid from slurries on unclaim
Browse files Browse the repository at this point in the history
  • Loading branch information
iamruinous committed Sep 12, 2016
1 parent 791cb37 commit 513c3f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "slurry-spreader",
"version": "1.4.1",
"version": "1.4.2",
"description": "Spread the Slurry around",
"main": "index.js",
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions src/spreader.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ class SlurrySpreader extends EventEmitter2
_unclaimSlurry: (uuid, callback) =>
debug '_unclaimSlurry', uuid

delete @slurries[uuid]
@redisClient.del "claim:#{uuid}", callback

_getSlurry: (uuid, callback) =>
Expand Down

0 comments on commit 513c3f8

Please sign in to comment.