Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sorja committed May 29, 2024
1 parent ac8e0d0 commit 75ca2e7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export const getAggregatedTableData = async (props: Props, client: BaseProtocol
'${tableName}' as table_name,
e.col_name,
jsonb_object_agg(e.variable_name, e.value) as data
from ${getFaoEstimateViewName(schemaCycle, tableName)}" e
from ${getFaoEstimateViewName(schemaCycle, tableName)} e
where e.country_iso in ($1:csv)
${
tableProps?.columns && tableProps?.columns?.length
Expand Down

0 comments on commit 75ca2e7

Please sign in to comment.