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 => { '>=' => DateTimeToQueryable() }},
|
||||||
{ expiration => undef }
|
{ expiration => undef }
|
||||||
]
|
]
|
||||||
]}) or return undef;
|
]}) || undef;
|
||||||
}
|
}
|
||||||
sub SubmitPaste {
|
sub SubmitPaste {
|
||||||
my $params = shift;
|
my $params = shift;
|
||||||
|
|
Loading…
Reference in New Issue