Skip to content

Commit

Permalink
Fix typo with selecting continuation token
Browse files Browse the repository at this point in the history
  • Loading branch information
skanderm committed Jun 13, 2024
1 parent 17f7504 commit d9f5fda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/lib/orcasite/radio/aws_client.ex
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ defmodule Orcasite.Radio.AwsClient do

count = Enum.count(timestamps)

token = body |> Map.get(:continuation_token)
token = body |> Map.get(:next_continuation_token)
has_more = body |> Map.get(:is_truncated) == "true"

if is_function(callback) do
Expand Down

0 comments on commit d9f5fda

Please sign in to comment.