mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
👕 Fix lint issue
This commit is contained in:
parent
5eb65f8721
commit
c9e5ca5420
|
@ -81,7 +81,7 @@ export class GoogleCalendar implements INodeType {
|
||||||
// Get all the calendars to display them to user so that he can
|
// Get all the calendars to display them to user so that he can
|
||||||
// select them easily
|
// select them easily
|
||||||
async getConferenceSolutations(
|
async getConferenceSolutations(
|
||||||
this: ILoadOptionsFunctions
|
this: ILoadOptionsFunctions,
|
||||||
): Promise<INodePropertyOptions[]> {
|
): Promise<INodePropertyOptions[]> {
|
||||||
const returnData: INodePropertyOptions[] = [];
|
const returnData: INodePropertyOptions[] = [];
|
||||||
const calendar = this.getCurrentNodeParameter('calendar') as string;
|
const calendar = this.getCurrentNodeParameter('calendar') as string;
|
||||||
|
@ -310,7 +310,7 @@ export class GoogleCalendar implements INodeType {
|
||||||
requestId: uuid(),
|
requestId: uuid(),
|
||||||
conferenceSolution: {
|
conferenceSolution: {
|
||||||
type: conferenceData.conferenceSolution as string,
|
type: conferenceData.conferenceSolution as string,
|
||||||
}
|
},
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue