Skip to content

Commit

Permalink
🎨 Add created and updated type column to database #9371
Browse files Browse the repository at this point in the history
  • Loading branch information
88250 committed Oct 9, 2023
1 parent 9ca1162 commit faadbf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/av/av.go
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ func (value *Value) String() string {
case KeyTypeCreated:
return value.Created.FormattedContent
case KeyTypeUpdated:
return value.Created.FormattedContent
return value.Updated.FormattedContent
default:
return ""
}
Expand Down

0 comments on commit faadbf5

Please sign in to comment.