fix pos-difficulty data type
This commit is contained in:
parent
2c83db8db6
commit
f4234fcfdc
1 changed files with 1 additions and 1 deletions
|
|
@ -503,7 +503,7 @@ const requestsLimiter = rateLimit({
|
|||
literal('"actual_timestamp" - ("actual_timestamp" % 3600)'),
|
||||
'at',
|
||||
],
|
||||
[fn('avg', literal('"difficulty"::REAL')), 'd'],
|
||||
[fn('avg', literal('"difficulty"::NUMERIC')), 'd'],
|
||||
],
|
||||
group: ['at'],
|
||||
order: [[literal('"at"'), 'ASC']],
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue