mirror of
https://framagit.org/framasoft/mobilizon.git
synced 2025-03-10 16:43:16 +00:00
Fix lint after merge
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
93805dca11
commit
d87261a6fb
1 changed files with 1 additions and 1 deletions
|
@ -1291,7 +1291,7 @@ defmodule Mobilizon.Events do
|
|||
query,
|
||||
[q],
|
||||
(not is_nil(q.ends_on) and q.ends_on > ^begins_on) or
|
||||
(is_nil(q.ends_on) and q.begins_on >= ^begins_on)
|
||||
(is_nil(q.ends_on) and q.begins_on >= ^begins_on)
|
||||
)
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue