Skip to content

Commit

Permalink
Fix delete post command
Browse files Browse the repository at this point in the history
  • Loading branch information
toschdev committed Nov 21, 2023
1 parent 5d6c685 commit 74f3ec7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/docs/02-guide/04-blog/00-express.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,9 @@ func (k msgServer) UpdatePost(goCtx context.Context, msg *types.MsgUpdatePost) (
1. **Scaffold Delete Message:**

```bash
This command enables the deletion of posts by their ID.
ignite scaffold message delete-post id:uint
```
This command enables the deletion of posts by their ID.

2. **Delete Logic:**

Expand Down

0 comments on commit 74f3ec7

Please sign in to comment.