Skip to content

Commit

Permalink
Fix data type
Browse files Browse the repository at this point in the history
  • Loading branch information
marcus-snx committed Oct 4, 2024
1 parent 8971c82 commit fe64b36
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ streamed_rewards as (
(
toFloat64(
least(
d.duration / 3600,
toInt32(d.duration),
least(
d.ts + toIntervalHour(1) - greatest(
d.ts,
Expand Down

0 comments on commit fe64b36

Please sign in to comment.