Skip to content

Commit

Permalink
chore: Remove unnecessary take() call
Browse files Browse the repository at this point in the history
  • Loading branch information
hrkfdn committed Feb 26, 2025
1 parent 6dd8a6f commit 8a7eba5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/spotify_api.rs
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,6 @@ impl WebApi {
Some(offset),
)
})
.take()
.ok_or(())
}

Expand Down

0 comments on commit 8a7eba5

Please sign in to comment.