👕 Fix lint issue

This commit is contained in:
Jan Oberhauser
2020-10-22 15:46:03 +02:00
parent 5b7efd67ca
commit 40c2acd77b
491 changed files with 4045 additions and 3936 deletions

View File

@@ -23,7 +23,7 @@ export async function pagerDutyApiRequest(this: IExecuteFunctions | IWebhookFunc
const options: OptionsWithUri = {
headers: {
Accept: 'application/vnd.pagerduty+json;version=2'
Accept: 'application/vnd.pagerduty+json;version=2',
},
method,
body,

View File

@@ -205,7 +205,7 @@ export const incidentFields = [
type: 'string',
default: '',
description: 'An URL for the conference bridge. This could be a link to a web conference or Slack channel.',
}
},
],
},
],
@@ -226,7 +226,7 @@ export const incidentFields = [
],
operation: [
'get',
]
],
},
},
description: 'Unique identifier for the incident.',
@@ -634,7 +634,7 @@ export const incidentFields = [
type: 'string',
default: '',
description: 'An URL for the conference bridge. This could be a link to a web conference or Slack channel.',
}
},
],
},
],

View File

@@ -48,7 +48,7 @@ export const logEntryFields = [
],
operation: [
'get',
]
],
},
},
description: 'Unique identifier for the log entry.',

View File

@@ -43,7 +43,7 @@ export const userFields = [
],
operation: [
'get',
]
],
},
},
description: 'Unique identifier for the user.',