+ Clean up code

This commit is contained in:
Bertrand Cournaud 2015-12-23 15:38:52 +01:00
parent add3e653e0
commit 346a677721
1 changed files with 1 additions and 2 deletions

View File

@ -85,8 +85,7 @@ sub run {
my ($self, %options) = @_;
my $jsoncontent;
$jsoncontent = $self->{http}->request();
my $jsoncontent = $self->{http}->request();
my $json = JSON->new;
my $webcontent;