Skip to content

Commit

Permalink
Fix saved tracks stream name
Browse files Browse the repository at this point in the history
  • Loading branch information
ReubenFrankel committed Sep 13, 2023
1 parent 248c923 commit d6a390c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tap_spotify/streams.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ class GlobalViralTracksDailyStream(_PlaylistTracksStream):
class UserSavedTracksStream(_SyncedAtStream, SpotifyStream):
"""Define user saved tracks stream."""

name = "user_saved_track_stream"
name = "user_saved_tracks_stream"
path = "/me/tracks"
primary_keys = ["id", "synced_at"]
limit = 50
Expand Down

0 comments on commit d6a390c

Please sign in to comment.