Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
kosegor committed Sep 26, 2023
1 parent 5eec041 commit 4df85ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/metoken/keeper/msg_server.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ func (m msgServer) Swap(goCtx context.Context, msg *metoken.MsgSwap) (*metoken.M
if err != nil {
return nil, err
}

k := m.kb.Keeper(&ctx)
resp, err := k.swap(userAddr, msg.MetokenDenom, msg.Asset)
if err != nil {
Expand Down

0 comments on commit 4df85ac

Please sign in to comment.