Skip to content

Commit

Permalink
fix the test issue
Browse files Browse the repository at this point in the history
  • Loading branch information
gsk967 committed May 16, 2024
1 parent d741069 commit dbaa39f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/leverage/keeper/accounts_summary.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ func (q Querier) accountSummary(ctx sdk.Context, addr sdk.AccAddress) (*types.Qu
resp.LiquidationThreshold = &liquidationThreshold
}

return resp, err
return resp, nil
}

// AccountsSummary implements types.QueryServer.
Expand Down

0 comments on commit dbaa39f

Please sign in to comment.