Skip to content

Commit

Permalink
refactor: Extract ISOCountryCodes into a single place (no-changelog) (n…
Browse files Browse the repository at this point in the history
  • Loading branch information
netroy authored Jul 4, 2024
1 parent 908ddd8 commit ddfb240
Show file tree
Hide file tree
Showing 10 changed files with 20 additions and 5,171 deletions.
Original file line number Diff line number Diff line change
@@ -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';

Expand Down
Loading

0 comments on commit ddfb240

Please sign in to comment.