You've already forked AstralRinth
forked from didirus/AstralRinth
Tweaks and fixes to background tasks (#4447)
* adjustments * chore: query cache, clippy, fmt
This commit is contained in:
committed by
GitHub
parent
53c9699b46
commit
54747aa628
@@ -559,7 +559,7 @@ async fn collect_template_variables(
|
||||
|
||||
map.insert(
|
||||
PAYOUTAVAILABLE_AMOUNT,
|
||||
format!("USD${:.2}", (amount * 100.0) as i64),
|
||||
format!("USD${:.2}", *amount as f64 / 100.0),
|
||||
);
|
||||
|
||||
Ok(map)
|
||||
|
||||
Reference in New Issue
Block a user