Skip to content

Commit

Permalink
hotpatch remove errant ` symbol in trade loop query
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel-J-Mason committed Jul 8, 2024
1 parent e073bd3 commit 5e6f014
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ WITH stations_in_range AS (SELECT station.id,
FROM public.station
INNER JOIN system ON station.system_id = system.id
WHERE st_3ddwithin(st_makepoint(#{xCoordinate}, #{yCoordinate}, #{zCoordinate}), coordinates_geom, 300)
`<if test='!includeFleetCarriers'>
<if test='!includeFleetCarriers'>
AND station.fleet_carrier = #{includeFleetCarriers}
</if>
<if test='!includeOdyssey'>
Expand Down

0 comments on commit 5e6f014

Please sign in to comment.