Skip to content

Commit a1fb4af

Browse files
committed
fix: twap query typo
1 parent 581e8a8 commit a1fb4af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pragma-node/src/infra/repositories/entry_repository.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ pub async fn get_twap_price(
276276
price_twap AS median_price,
277277
num_sources
278278
FROM
279-
twap_1_h_agg
279+
twap_1_hour_agg
280280
WHERE
281281
pair_id = $1
282282
AND

0 commit comments

Comments
 (0)