Skip to content

Commit

Permalink
Fix prettier issue
Browse files Browse the repository at this point in the history
  • Loading branch information
“LAKSHMIRPILLAI” committed Nov 22, 2024
1 parent 6025cb3 commit 4a5e15f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion super-mode-calculator/src/lib/build-query.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ exchange_rates AS (
WHERE target = 'GBP' AND date = '${format(
dateForCurrencyConversionTable,
'yyyy-MM-dd',
)}'),) * (1/rate) AS to_gbp_rate
)}') * (1/rate) AS to_gbp_rate
FROM datatech-platform-prod.datalake.fixer_exchange_rates
WHERE date = '${format(dateForCurrencyConversionTable, 'yyyy-MM-dd')}'),),
acquisitions AS (
Expand Down

0 comments on commit 4a5e15f

Please sign in to comment.