Skip to content

Commit af97481

Browse files
authored
Fix typo on htmlUrl serialization (#533)
1 parent ee60ee1 commit af97481

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

document.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package opslevel
22

33
type ServiceDocument struct {
44
Id ID `graphql:"id" json:"id"`
5-
HtmlURL string `graphql:"htmlUrl" json:"htmUrl,omitempty"`
5+
HtmlURL string `graphql:"htmlUrl" json:"htmlUrl,omitempty"`
66
Source ServiceDocumentSource `graphql:"source" json:"source"`
77
Timestamps Timestamps `graphql:"timestamps" json:"timestamps"`
88
}

0 commit comments

Comments
 (0)