Skip to content

Commit 699d58d

Browse files
committed
feat(build): ignore RawDependencies in serialization
1 parent 834466a commit 699d58d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build/build.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ type Build struct {
1515
Succeeded bool
1616
Error error `json:",omitempty"`
1717

18-
RawDependencies []Dependency
18+
RawDependencies []Dependency `json:"-"`
1919
Dependencies []NormalizedDependency
2020
}
2121

0 commit comments

Comments
 (0)