Skip to content

Commit

Permalink
bump libs
Browse files Browse the repository at this point in the history
  • Loading branch information
docwho2 committed Dec 3, 2023
1 parent 07b362b commit f2f0747
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,6 @@ public static Action getMainMenu() {
.withArn(VC_ARN)
.withNextLegBHangupAction(lexBotEN)
.build();
moh.setArn(VC_ARN);
log.debug("VC_ARN = " + VC_ARN);
log.debug("VC_ARN_RT = " + System.getenv("VC_ARN"));

final var anyDigit = ReceiveDigitsAction.builder()
.withInputDigitsRegex("^([0-9]|#|\\*)$")
Expand Down

0 comments on commit f2f0747

Please sign in to comment.