Skip to content

Commit

Permalink
Removed comment in queue.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Metropass committed Feb 19, 2021
1 parent 3c8b025 commit 3791daf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/backend/feed/queue.js
Expand Up @@ -31,7 +31,6 @@ queue.addFeed = async function (job) {
try {
await queue.add(job, options);
} catch (error) {
//Required, do not change
logger.error({ error }, `Unable to add job for id=${job.id} to queue`);
}
};
Expand Down

0 comments on commit 3791daf

Please sign in to comment.