Skip to content

Commit

Permalink
Fixes andyet#23
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Campbell committed Dec 13, 2012
1 parent 5ee8c38 commit 420bc8d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion queue.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
*/

var Feed = require("./feed.js").Feed,
uuid = require("node-uuid");
uuid = require("node-uuid"),
redis = require("redis");

/**
* A Thoonk queue is a typical FIFO structure, but with an
Expand Down

0 comments on commit 420bc8d

Please sign in to comment.