mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-14 00:24:07 -08:00
⚡ Small improvements
This commit is contained in:
parent
f08e83c371
commit
28d9e5b377
|
@ -15,8 +15,8 @@ import {
|
|||
} from './CertificateDescription';
|
||||
|
||||
import {
|
||||
awsApiRequestREST,
|
||||
awsApiRequestAllItems,
|
||||
awsApiRequestREST,
|
||||
} from './GenericFunctions';
|
||||
|
||||
export class AwsAcm implements INodeType {
|
||||
|
|
|
@ -71,7 +71,7 @@ export const certificateFields = [
|
|||
},
|
||||
},
|
||||
description: `String that contains the ARN of the ACM certificate to be renewed. </br>
|
||||
This must be of the form: arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012`
|
||||
This must be of the form: arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012`,
|
||||
},
|
||||
/* -------------------------------------------------------------------------- */
|
||||
/* certificate:delete */
|
||||
|
|
Loading…
Reference in a new issue