mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
refactor: Extract ISOCountryCodes into a single place (no-changelog) (#9947)
This commit is contained in:
committed by
GitHub
parent
908ddd8a24
commit
ddfb240694
@@ -1,6 +1,6 @@
|
||||
import type { INodeProperties } from 'n8n-workflow';
|
||||
|
||||
import { isoCountryCodes } from '../utils/isoCountryCodes';
|
||||
import { isoCountryCodes } from '@utils/ISOCountryCodes';
|
||||
|
||||
import { addressFixedCollection, phoneNumbersFixedCollection } from '../utils/sharedFields';
|
||||
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user