Skip to content

Commit

Permalink
Update initializers/tasks.js
Browse files Browse the repository at this point in the history
  • Loading branch information
evantahler committed Jan 17, 2013
1 parent 9ea36cc commit ca188fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion initializers/tasks.js
Expand Up @@ -280,7 +280,7 @@ var tasks = function(api, next){
}
}catch(e){
api.log(e, 'red');
api.tasks.removeFromQueue(data.id, api.tasks.queues.delayedQueue, function(){
api.tasks.removeFromQueue(JSON.stringify(data), api.tasks.queues.delayedQueue, function(){
callback(err, null);
});
}
Expand Down

0 comments on commit ca188fa

Please sign in to comment.