Skip to content

Commit

Permalink
[CHORE] - Use full_name
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke Sikina authored and Luke-Sikina committed Sep 19, 2024
1 parent 07d8d70 commit 8e48362
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public DashboardRepository(
public List<Map<String, String>> getRows() {
String sql = """
SELECT
abbreviation, ref AS name,
abbreviation, full_name AS name,
dataset_meta.KEY AS key,
dataset_meta.VALUE AS value
FROM
Expand Down

0 comments on commit 8e48362

Please sign in to comment.