mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
👕 Fix lint issue
This commit is contained in:
@@ -34,7 +34,7 @@ export const meetingRegistrantOperations = [
|
||||
],
|
||||
default: 'create',
|
||||
description: 'The operation to perform.',
|
||||
}
|
||||
},
|
||||
] as INodeProperties[];
|
||||
|
||||
export const meetingRegistrantFields = [
|
||||
@@ -357,7 +357,7 @@ export const meetingRegistrantFields = [
|
||||
description: `Registrant Status.`,
|
||||
},
|
||||
|
||||
]
|
||||
],
|
||||
},
|
||||
/* -------------------------------------------------------------------------- */
|
||||
/* meetingRegistrant:update */
|
||||
@@ -438,6 +438,6 @@ export const meetingRegistrantFields = [
|
||||
},
|
||||
|
||||
],
|
||||
}
|
||||
},
|
||||
|
||||
] as INodeProperties[];
|
||||
|
||||
Reference in New Issue
Block a user