Fix syntax error with equality in SQL
This commit is contained in:
parent
df188ed789
commit
84db218686
1 changed files with 1 additions and 1 deletions
|
|
@ -256,7 +256,7 @@ module Api
|
|||
if favorites
|
||||
'visibility < 3'
|
||||
else
|
||||
'visibility == 1'
|
||||
'visibility = 1'
|
||||
end
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue