Skip to content

Commit

Permalink
chore: add missing tags fields
Browse files Browse the repository at this point in the history
Co-authored-by: İlker G. Öztürk <[email protected]>
  • Loading branch information
jeronimoalbi and ilgooz committed Oct 7, 2024
1 parent b7b4ea0 commit 27a9be5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/gno.land/p/demo/boardsv2/draft1/content_board.gno
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ var _ Content = (*BoardContent)(nil)

type BoardContent struct {
Name string
Tags []string
}

func NewBoard() *Post {
Expand Down
1 change: 1 addition & 0 deletions examples/gno.land/p/demo/boardsv2/draft1/content_poll.gno
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ type PollContent struct {
Address std.Adress
Option string
}
Tags []string
}

func NewPoll( /* ... */ ) *Post {
Expand Down

0 comments on commit 27a9be5

Please sign in to comment.