Fix chart best
defaulting to local scores at all times
This commit is contained in:
parent
22c627a3f7
commit
a55aa56b62
|
@ -290,7 +290,7 @@ async fn best(
|
||||||
name: String,
|
name: String,
|
||||||
) -> Result<(), Error> {
|
) -> Result<(), Error> {
|
||||||
ctx.defer().await?;
|
ctx.defer().await?;
|
||||||
let res = best_impl(&mut ctx, &name, source.unwrap_or(DataSource::Local)).await;
|
let res = best_impl(&mut ctx, &name, source.unwrap_or_default()).await;
|
||||||
ctx.handle_error(res).await?;
|
ctx.handle_error(res).await?;
|
||||||
|
|
||||||
Ok(())
|
Ok(())
|
||||||
|
|
Loading…
Reference in a new issue