mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-10 06:34:05 -08:00
👕 Fix lint issue
This commit is contained in:
parent
b5535e4a62
commit
73da4c3598
|
@ -114,9 +114,9 @@ export const regions = [
|
|||
displayName: 'US West',
|
||||
location: 'Oregon',
|
||||
},
|
||||
] as const
|
||||
] as const;
|
||||
|
||||
export type AWSRegion = typeof regions[number]['name']
|
||||
export type AWSRegion = typeof regions[number]['name'];
|
||||
|
||||
export class Aws implements ICredentialType {
|
||||
name = 'aws';
|
||||
|
|
Loading…
Reference in a new issue