mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-20 11:22:15 +00:00
fix(Baserow Node): Fix issue where database selection was returning other types (#14115)
This commit is contained in:
@@ -234,4 +234,9 @@ BQIDAQAB
|
||||
'user-read-playback-state playlist-read-collaborative user-modify-playback-state playlist-modify-public user-read-currently-playing playlist-read-private user-read-recently-played playlist-modify-private user-library-read user-follow-read',
|
||||
server: 'https://api.spotify.com/',
|
||||
},
|
||||
baserowApi: {
|
||||
host: 'https://api.baserow.io',
|
||||
username: 'nathan@n8n.io',
|
||||
password: 'fake-password',
|
||||
},
|
||||
} as const;
|
||||
|
||||
Reference in New Issue
Block a user