Skip to content

Commit a462de1

Browse files
author
Luke Sikina
committed
[CHORE] - Use full_name
1 parent ad40ae9 commit a462de1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/edu/harvard/dbmi/avillach/dictionary/dashboard/DashboardRepository.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public DashboardRepository(
3434
public List<Map<String, String>> getRows() {
3535
String sql = """
3636
SELECT
37-
abbreviation, ref AS name,
37+
abbreviation, full_name AS name,
3838
dataset_meta.KEY AS key,
3939
dataset_meta.VALUE AS value
4040
FROM

0 commit comments

Comments
 (0)