You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
const { Queue: QueueMQ, Worker } = require('bullmq');
ERROR:TS2451: Cannot redeclare block-scoped variable Worker
lib. dom. d. ts(17170, 11): Worker was also declared here.
lib. dom. d. ts(17184, 13): and here.
how to fix
The text was updated successfully, but these errors were encountered:
const { Queue: QueueMQ, Worker } = require('bullmq');
ERROR:TS2451: Cannot redeclare block-scoped variable Worker
lib. dom. d. ts(17170, 11): Worker was also declared here.
lib. dom. d. ts(17184, 13): and here.
how to fix
The text was updated successfully, but these errors were encountered: