Skip to content

Commit

Permalink
changed the endpoint to lowercase
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan-Matthis committed Jul 23, 2024
1 parent a364416 commit 93fd82b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ type AgentStateResult struct {
}

type Event struct {
Title string
Start int
End int
Title string `json:"title"`
Start int `json:"start"`
End int `json:"end"`
}

type DisplayConfig struct {
Expand Down

0 comments on commit 93fd82b

Please sign in to comment.