Skip to content

Commit

Permalink
fix: Update code
Browse files Browse the repository at this point in the history
  • Loading branch information
larshelge committed Dec 4, 2024
1 parent b0f0751 commit cce6d85
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -567,7 +567,7 @@ private String getOrgUnitSelectSubquery(String column, DataElement dataElement)
return replaceQualify(
format,
Map.of(
"column", "name",
"column", column,
"columnExpression", columnExpression,
"uid", alias));
}
Expand Down

0 comments on commit cce6d85

Please sign in to comment.