Skip to content

Commit

Permalink
wrong module name on instantiation
Browse files Browse the repository at this point in the history
  • Loading branch information
toddbruner authored Jun 2, 2018
1 parent a2b40d9 commit 1abe4a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Scot/App/Responder/Stretch.pm
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ sub process_message {
return 1;
}

my $cleanser = Data::Clean::JSON->get_cleanser;
my $cleanser = Data::Clean::FromJSON->get_cleanser;
my $record = $self->get_document($type, $id);
$cleanser->clean_in_place($record);

Expand Down

0 comments on commit 1abe4a3

Please sign in to comment.