try to fix the "possible precedence issue"
This commit is contained in:
parent
69f78015b7
commit
4d7adc1cef
|
@ -57,7 +57,7 @@ sub GetPaste {
|
|||
{ expiration => { '>=' => DateTimeToQueryable() }},
|
||||
{ expiration => undef }
|
||||
]
|
||||
]}) or return undef;
|
||||
]}) || undef;
|
||||
}
|
||||
sub SubmitPaste {
|
||||
my $params = shift;
|
||||
|
|
Loading…
Reference in New Issue