Minot cleanup

This commit is contained in:
emeric
2026-07-18 09:34:26 +02:00
parent a59ef1e230
commit 20b6a56994
11 changed files with 28 additions and 28 deletions
+1 -1
View File
@@ -115,7 +115,7 @@ namespace lms::db
WhereClause clusterClause;
for (const ClusterId clusterId : params.filters.clusters)
{
clusterClause.Or(WhereClause("c.id = ?"));
clusterClause.Or(WhereClause{ "c.id = ?" });
query.bind(clusterId);
}