Skip to content

Commit

Permalink
fix(systems): PPT-1545 fix signage request
Browse files Browse the repository at this point in the history
  • Loading branch information
naqvis committed Oct 17, 2024
1 parent 760dba6 commit bfc843e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/placeos-rest-api/controllers/systems.cr
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ module PlaceOS::Api
end

# filter by signage
if public
if signage
query.should({
"signage" => [true],
})
Expand Down

0 comments on commit bfc843e

Please sign in to comment.