Skip to content

Commit

Permalink
fix duplicated WU alias
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeh committed Dec 19, 2024
1 parent c38979c commit d7d6dc6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,6 @@ export const INDICATOR_NAME_CODE_TO_QUERY_MAP: {
[INDICATOR_NAME_CODES.WGUWU]: () =>
`${get_annual_commodity_weighted_impact_over_georegion}($1, '${INDICATOR_NAME_CODES.WGUWU}', $2, 'producer') as "${INDICATOR_NAME_CODES.WGUWU}"`,
[INDICATOR_NAME_CODES.WW]: () =>
`${get_indicator_coefficient_impact}('${INDICATOR_NAME_CODES.WW}', $3, $2) as "${INDICATOR_NAME_CODES.WU}"`,
`${get_indicator_coefficient_impact}('${INDICATOR_NAME_CODES.WW}', $3, $2) as "${INDICATOR_NAME_CODES.WW}"`,
},
};

0 comments on commit d7d6dc6

Please sign in to comment.