mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-19 19:11:13 +00:00
👕 Fix lint issue
This commit is contained in:
@@ -81,7 +81,7 @@ export class GoogleCalendar implements INodeType {
|
||||
// Get all the calendars to display them to user so that he can
|
||||
// select them easily
|
||||
async getConferenceSolutations(
|
||||
this: ILoadOptionsFunctions
|
||||
this: ILoadOptionsFunctions,
|
||||
): Promise<INodePropertyOptions[]> {
|
||||
const returnData: INodePropertyOptions[] = [];
|
||||
const calendar = this.getCurrentNodeParameter('calendar') as string;
|
||||
@@ -310,7 +310,7 @@ export class GoogleCalendar implements INodeType {
|
||||
requestId: uuid(),
|
||||
conferenceSolution: {
|
||||
type: conferenceData.conferenceSolution as string,
|
||||
}
|
||||
},
|
||||
},
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user