Fix syntax error with equality in SQL

This commit is contained in:
Justin Edmund 2023-08-24 22:20:36 -07:00
parent df188ed789
commit 84db218686

View file

@ -256,7 +256,7 @@ module Api
if favorites if favorites
'visibility < 3' 'visibility < 3'
else else
'visibility == 1' 'visibility = 1'
end end
end end