refactor: Run lintfix (no-changelog) (#7537)
- Fix autofixable violations - Remove unused directives - Allow for PascalCased variables - needed for dynamically imported or assigned classes, decorators, routers, etc.
This commit is contained in:
@@ -9,6 +9,20 @@ import type {
|
||||
} from 'n8n-workflow';
|
||||
import { NodeOperationError } from 'n8n-workflow';
|
||||
|
||||
import isEmpty from 'lodash/isEmpty';
|
||||
import omit from 'lodash/omit';
|
||||
|
||||
import moment from 'moment-timezone';
|
||||
import {
|
||||
goToWebinarApiRequest,
|
||||
goToWebinarApiRequestAllItems,
|
||||
handleGetAll,
|
||||
loadAnswers,
|
||||
loadRegistranMultiChoiceQuestions,
|
||||
loadRegistranSimpleQuestions,
|
||||
loadWebinars,
|
||||
loadWebinarSessions,
|
||||
} from './GenericFunctions';
|
||||
import {
|
||||
attendeeFields,
|
||||
attendeeOperations,
|
||||
@@ -24,22 +38,6 @@ import {
|
||||
webinarOperations,
|
||||
} from './descriptions';
|
||||
|
||||
import {
|
||||
goToWebinarApiRequest,
|
||||
goToWebinarApiRequestAllItems,
|
||||
handleGetAll,
|
||||
loadAnswers,
|
||||
loadRegistranMultiChoiceQuestions,
|
||||
loadRegistranSimpleQuestions,
|
||||
loadWebinars,
|
||||
loadWebinarSessions,
|
||||
} from './GenericFunctions';
|
||||
|
||||
import isEmpty from 'lodash/isEmpty';
|
||||
import omit from 'lodash/omit';
|
||||
|
||||
import moment from 'moment-timezone';
|
||||
|
||||
export class GoToWebinar implements INodeType {
|
||||
description: INodeTypeDescription = {
|
||||
displayName: 'GoToWebinar',
|
||||
|
||||
Reference in New Issue
Block a user