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:
@@ -1205,7 +1205,6 @@ export class Freshdesk implements INodeType {
|
||||
if (updateFields.requester) {
|
||||
const value = updateFields.requesterIdentificationValue as string;
|
||||
if (updateFields.requester === 'requesterId') {
|
||||
// @ts-ignore
|
||||
if (isNaN(parseInt(value, 10))) {
|
||||
throw new NodeOperationError(this.getNode(), 'Requester Id must be a number', {
|
||||
itemIndex: i,
|
||||
|
||||
Reference in New Issue
Block a user