mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
refactor: Extract ISOCountryCodes into a single place (no-changelog) (#9947)
This commit is contained in:
committed by
GitHub
parent
908ddd8a24
commit
ddfb240694
@@ -9,7 +9,7 @@ import type {
|
||||
|
||||
import { spotifyApiRequest, spotifyApiRequestAllItems } from './GenericFunctions';
|
||||
|
||||
import { isoCountryCodes } from './IsoCountryCodes';
|
||||
import { isoCountryCodes } from '@utils/ISOCountryCodes';
|
||||
|
||||
export class Spotify implements INodeType {
|
||||
description: INodeTypeDescription = {
|
||||
|
||||
Reference in New Issue
Block a user