Skip to content

Commit 336e0a0

Browse files
typo fix (#168)
1 parent fb7376f commit 336e0a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

github/payload.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ type CheckRunPayload struct {
1414
Conclusion string `json:"conclusion"`
1515
URL string `json:"url"`
1616
HTMLURL string `json:"html_url"`
17-
StarterAt time.Time `json:"started_at"`
17+
StartedAt time.Time `json:"started_at"`
1818
CompletedAt time.Time `json:"completed_at"`
1919
Output struct {
2020
Title string `json:"title"`

0 commit comments

Comments
 (0)