Skip to content

Commit

Permalink
Bad format test
Browse files Browse the repository at this point in the history
  • Loading branch information
epoupon committed Jun 8, 2024
1 parent 68d45a5 commit f19188b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/database/impl/Cluster.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ namespace lms::db
if (!params.clusterTypeName.empty())
query.join("cluster_type c_t ON c_t.id = c.cluster_type_id");

if (params.track.isValid())
if ( params.track.isValid() )
query.where("t_c.track_id = ?").bind(params.track);

if (params.release.isValid())
Expand Down

0 comments on commit f19188b

Please sign in to comment.