Skip to content

obj.map function not defined #4

@arieljake

Description

@arieljake

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions