Skip to content

Commit

Permalink
Fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
kylemhall committed Jun 10, 2024
1 parent ade84b9 commit 0978848
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Koha/Plugin/Com/ByWaterSolutions/TwilioVoice/API.pm
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ sub twiml {
);
=cut

my $self = Koha::Plugin::Com::ByWaterSolutions::TwilioVoice->new({});
my $HoldMusicUrl
= $self->retrieve_data('HoldMusicUrl') || "http://com.twilio.music.classical.s3.amazonaws.com/ClockworkWaltz.mp3";

Expand Down

0 comments on commit 0978848

Please sign in to comment.