mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
chore: Remove unused @ts-ignore's (no-changelog) (#12198)
This commit is contained in:
@@ -436,7 +436,6 @@ export class RabbitMQ implements INodeType {
|
||||
);
|
||||
}
|
||||
|
||||
// @ts-ignore
|
||||
const promisesResponses = await Promise.allSettled(queuePromises);
|
||||
|
||||
// @ts-ignore
|
||||
@@ -507,7 +506,6 @@ export class RabbitMQ implements INodeType {
|
||||
);
|
||||
}
|
||||
|
||||
// @ts-ignore
|
||||
const promisesResponses = await Promise.allSettled(exchangePromises);
|
||||
|
||||
// @ts-ignore
|
||||
|
||||
Reference in New Issue
Block a user