Skip to content

Commit

Permalink
fixup! wip: Try using edit.Editor for event editor
Browse files Browse the repository at this point in the history
  • Loading branch information
ja-he committed Feb 5, 2024
1 parent 56fada0 commit 3293119
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/model/event.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ import (
)

type Event struct {
Start Timestamp `dpedit:",ignore"`
End Timestamp `dpedit:",ignore"`
Name string `dpedit:"name"`
Cat Category `dpedit:"category"`
Start Timestamp `dpedit:",ignore"`
End Timestamp `dpedit:",ignore"`
}

func (e *Event) Duration() int {
Expand Down

0 comments on commit 3293119

Please sign in to comment.