mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
🐛 Fix Get New Releases Operation (#2560)
Co-authored-by: Jan Oberhauser <janober@users.noreply.github.com>
This commit is contained in:
parent
4c029e5401
commit
a9cef48048
|
@ -1036,6 +1036,7 @@ export class Spotify implements INodeType {
|
|||
|
||||
endpoint = '/browse/new-releases';
|
||||
requestMethod = 'GET';
|
||||
propertyName = 'albums.items';
|
||||
|
||||
const filters = this.getNodeParameter('filters', i) as IDataObject;
|
||||
|
||||
|
|
Loading…
Reference in a new issue