From b722a9d648454c760ce7bd5a69685c182139be36 Mon Sep 17 00:00:00 2001 From: oooooooo <60764+oooooooo@users.noreply.github.com> Date: Tue, 21 Feb 2023 00:11:15 +0900 Subject: [PATCH] fix typo --- voice/retrieve-info-for-all-calls.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/voice/retrieve-info-for-all-calls.rb b/voice/retrieve-info-for-all-calls.rb index dd2b209..4b65bfe 100644 --- a/voice/retrieve-info-for-all-calls.rb +++ b/voice/retrieve-info-for-all-calls.rb @@ -15,7 +15,7 @@ response = client.voice.list({date_start: yesterday.utc.iso8601, date_end: now.utc.iso8601}) -calls = response._embedded.voice +calls = response._embedded.calls calls.each do |call| puts call.inspect end \ No newline at end of file