Issue #1163 - fix review Average
parent
56b9279c5a
commit
3cfa22f6be
|
@ -22,9 +22,9 @@ attribution twitter => ['crazedpsyc','crazedpsyc'],
|
|||
|
||||
|
||||
|
||||
handle query => sub {
|
||||
handle remainder => sub {
|
||||
|
||||
my $query = $_;
|
||||
my $query = $req->query_lc;
|
||||
|
||||
my $type;
|
||||
if ($query =~ m/root mean square/) {
|
||||
|
|
Loading…
Reference in New Issue