Skip to content

Commit

Permalink
Columns need a name
Browse files Browse the repository at this point in the history
  • Loading branch information
Gcolon021 committed Nov 13, 2024
1 parent 6928b5c commit 24a9ad1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ private SearchResult mapSearchResults(ResultSet rs) throws SQLException {
rs.getString("stigmatized"), rs.getString("display"), rs.getString("description"),
isContinuous ? String.valueOf(jsonBlobParser.parseMin(rs.getString("values"))) : "", rs.getString("conceptPath"),
rs.getString("parentName"), rs.getString("conceptPath"), rs.getString("name"), rs.getString("parentDisplay"),
rs.getString("description") == null || rs.getString("description").isBlank() ? "" : rs.getString(""), // changed
rs.getString("description") == null || rs.getString("description").isBlank() ? "" : rs.getString("description"), // changed
"{}", "", rs.getString("parentDisplay"), isContinuous ? String.valueOf(jsonBlobParser.parseMax(rs.getString("values"))) : "",
rs.getString("description"), rs.getString("dataset"), hashedVarId, rs.getString("conceptType"), rs.getString("name"),
rs.getString("dataset"), rs.getString("stigmatized"), rs.getString("display"), rs.getString("studyAcronym"),
Expand Down

0 comments on commit 24a9ad1

Please sign in to comment.