We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be52307 commit 78a78eeCopy full SHA for 78a78ee
lib/Scot/App/Responder/Stretch.pm
@@ -35,7 +35,7 @@ sub process_message {
35
return 1;
36
}
37
38
- my $cleanser = Data::Clean::JSON->get_cleanser;
+ my $cleanser = Data::Clean::FromJSON->get_cleanser;
39
my $record = $self->get_document($type, $id);
40
$cleanser->clean_in_place($record);
41
0 commit comments