mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
ci: Run pnpm format and pnpm lintfix (no-changelog) (#5265)
This commit is contained in:
committed by
GitHub
parent
266c50fb1e
commit
277bed2a5c
@@ -122,7 +122,7 @@ export const regions = [
|
||||
},
|
||||
] as const;
|
||||
|
||||
export type AWSRegion = typeof regions[number]['name'];
|
||||
export type AWSRegion = (typeof regions)[number]['name'];
|
||||
|
||||
export class Aws implements ICredentialType {
|
||||
name = 'aws';
|
||||
|
||||
Reference in New Issue
Block a user