Skip to content

Commit e80a505

Browse files
committed
fix (Voice/Snippets): Fix compilation
1 parent c22a9ec commit e80a505

File tree

1 file changed

+1
-1
lines changed
  • snippets/src/main/java/voice/callouts

1 file changed

+1
-1
lines changed

snippets/src/main/java/voice/callouts/Call.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public static void main(String[] args) {
3737

3838
CalloutsService calloutsService = client.voice().v1().callouts();
3939

40-
LOGGER.info(String.format("Calling phone number '%s'", phoneNumberToBeCalled));
40+
LOGGER.info(String.format("Calling phone number '%s'", recipientPhoneNumber));
4141

4242
CalloutRequestTTS request =
4343
CalloutRequestTTS.builder()

0 commit comments

Comments
 (0)