Skip to content

Commit

Permalink
🐛 Omit databaseMeta from generated frontmatter on ortfodb add
Browse files Browse the repository at this point in the history
  • Loading branch information
ewen-lbh committed Apr 13, 2024
1 parent e7c7a62 commit 0479fdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion description.go
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ type WorkMetadata struct {
WIP bool `json:"wip" yaml:",omitempty"`
Private bool `json:"private" yaml:",omitempty"`
AdditionalMetadata map[string]interface{} `mapstructure:",remain" json:"additionalMetadata" yaml:",omitempty"`
DatabaseMetadata DatabaseMeta `json:"databaseMetadata" `
DatabaseMetadata DatabaseMeta `json:"databaseMetadata" yaml:"-" `
}

func (m WorkMetadata) CreatedAt() time.Time {
Expand Down

0 comments on commit 0479fdf

Please sign in to comment.