👕 Fix lint issue
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -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.',
|
||||
}
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
|
||||
@@ -48,7 +48,7 @@ export const logEntryFields = [
|
||||
],
|
||||
operation: [
|
||||
'get',
|
||||
]
|
||||
],
|
||||
},
|
||||
},
|
||||
description: 'Unique identifier for the log entry.',
|
||||
|
||||
@@ -43,7 +43,7 @@ export const userFields = [
|
||||
],
|
||||
operation: [
|
||||
'get',
|
||||
]
|
||||
],
|
||||
},
|
||||
},
|
||||
description: 'Unique identifier for the user.',
|
||||
|
||||
Reference in New Issue
Block a user