diff --git a/components/spotify/actions/get-playlist/get-playlist.mjs b/components/spotify/actions/get-playlist/get-playlist.mjs index bc61b2e4db4d9..d0e1710a470b2 100644 --- a/components/spotify/actions/get-playlist/get-playlist.mjs +++ b/components/spotify/actions/get-playlist/get-playlist.mjs @@ -4,7 +4,7 @@ export default { name: "Get a Playlist", description: "Get a playlist owned by a Spotify user. [See the documentation](https://developer.spotify.com/documentation/web-api/reference/get-playlist).", key: "spotify-get-playlist", - version: "0.0.1", + version: "0.0.2", type: "action", props: { spotify, @@ -23,10 +23,10 @@ export default { const response = await spotify.getPlaylist({ $, - playlistId: playlistId.value, + playlistId: playlistId?.value || playlistId, }); - $.export("$summary", `The playlist with Id: ${playlistId.value} was successfully fetched!`); + $.export("$summary", `The playlist with Id: ${playlistId?.value || playlistId} was successfully fetched!`); return response; }, diff --git a/components/spotify/package.json b/components/spotify/package.json index c7a467a69a3a0..317abb6022cf4 100644 --- a/components/spotify/package.json +++ b/components/spotify/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/spotify", - "version": "0.7.2", + "version": "0.7.3", "description": "Pipedream Spotify Components", "main": "spotify.app.mjs", "keywords": [ diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 0c7f8e79413e8..7fdf3a83ea3a8 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -2436,8 +2436,7 @@ importers: components/chatrace: {} - components/chatsistant: - specifiers: {} + components/chatsistant: {} components/chatsonic: {} @@ -11895,8 +11894,7 @@ importers: specifier: ^3.0.0 version: 3.0.3 - components/sap_s_4hana_cloud: - specifiers: {} + components/sap_s_4hana_cloud: {} components/sapling: {} @@ -14760,8 +14758,7 @@ importers: components/virustotal: {} - components/visibot: - specifiers: {} + components/visibot: {} components/vision6: dependencies: