-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
Hi seebees,
I have forked your ironMQ impl and am adding support for ironWorker. I am sticking to your code structure/style.
One thing is when I run my code, I get an error when I try to reuse this:
if (!err) {
obj = obj.map(function(queue) {
var tmp = queues(queue.name)
tmp.Timestamper = queue.Timestamper
return tmp
})
}
obj.map is undefined. Where does that function come from?
Metadata
Metadata
Assignees
Labels
No labels