Skip to content

Commit

Permalink
fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
lassemand committed Dec 17, 2024
1 parent 8c336d5 commit 1a0c614
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend-rust/src/graphql_api/account_metrics.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ pub(crate) struct AccountMetricsQuery;

#[Object]
impl AccountMetricsQuery {
async fn account_metrics(
async fn accounts_metrics(
&self,
ctx: &Context<'_>,
period: MetricsPeriod,
Expand Down

0 comments on commit 1a0c614

Please sign in to comment.