Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove_data sub.
  • Loading branch information
Talina06 committed Jul 17, 2014
1 parent 680c0fd commit ccb9aa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/MetaCPAN/Web/Model/API/User.pm
Expand Up @@ -44,7 +44,7 @@ sub add_to_trustlist {

sub remove_from_trustlist {
my ( $self, $data, $token ) = @_;
$self->request( '/user/trust/' . $data->{module},
$self->request( '/user/trust/' . $data->{author},
undef, { method => 'DELETE', token => $token } );
}

Expand Down

0 comments on commit ccb9aa7

Please sign in to comment.