ci: Fix linting issues (no-changelog)

This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™
2023-07-06 09:21:50 +02:00
parent 926676e0eb
commit 8002213538
5 changed files with 11 additions and 12 deletions

View File

@@ -16,7 +16,7 @@ export const defaultWebhookDescription: IWebhookDescription = {
};
export const credentialsProperty = (
propertyName: string = 'authentication',
propertyName = 'authentication',
): INodeTypeDescription['credentials'] => [
{
name: 'httpBasicAuth',
@@ -38,9 +38,7 @@ export const credentialsProperty = (
},
];
export const authenticationProperty = (
propertyName: string = 'authentication',
): INodeProperties => ({
export const authenticationProperty = (propertyName = 'authentication'): INodeProperties => ({
displayName: 'Authentication',
name: propertyName,
type: 'options',