🐛 Fix Get New Releases Operation (#2560)

Co-authored-by: Jan Oberhauser <janober@users.noreply.github.com>
This commit is contained in:
Jonathan Bennetts 2022-01-21 13:25:37 +00:00 committed by GitHub
parent 4c029e5401
commit a9cef48048
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;