Skip to content

Instantly share code, notes, and snippets.

@sgoodwin
Last active December 30, 2015 05:09
Show Gist options
  • Save sgoodwin/7780821 to your computer and use it in GitHub Desktop.
Save sgoodwin/7780821 to your computer and use it in GitHub Desktop.
var queue = [];
exports.queue = function(req, res) {
var partnerId = queue.shift();
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment