Skip to content
This repository has been archived by the owner on Sep 9, 2023. It is now read-only.

Commit

Permalink
🐛 Delete the _ = ctx code part
Browse files Browse the repository at this point in the history
  • Loading branch information
chungjung-d committed Sep 8, 2023
1 parent 67ed263 commit 9c5db09
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion x/eywacontract/keeper/msg_server_register.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ func (k msgServer) Register(goCtx context.Context, msg *types.MsgRegister) (*typ
k.SetRegisterType(ctx, register_type)

// TODO: Handling the message
_ = ctx

return &types.MsgRegisterResponse{}, nil
}
2 changes: 0 additions & 2 deletions x/eywacontract/keeper/msg_server_send_chat.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,5 @@ func (k msgServer) SendChat(goCtx context.Context, msg *types.MsgSendChat) (*typ

k.SetSendChatType(ctx, chat)

_ = ctx

return &types.MsgSendChatResponse{}, nil
}

0 comments on commit 9c5db09

Please sign in to comment.