fix velocloud entreprise id to integer
This commit is contained in:
parent
f9014addf7
commit
0a1746c959
|
@ -281,7 +281,7 @@ sub get_entreprise_id {
|
|||
endpoint => '/enterprise/getEnterprise'
|
||||
);
|
||||
|
||||
$self->{entreprise_id} = $response->{id};
|
||||
$self->{entreprise_id} = int($response->{id});
|
||||
}
|
||||
|
||||
sub list_edges {
|
||||
|
|
Loading…
Reference in New Issue