Skip to content

Commit 935de11

Browse files
author
Katrina Owen
committed
Potentially store a team in the solution metadata
1 parent fdcbfcc commit 935de11

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

workspace/solution.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ type Solution struct {
1919
Track string `json:"track"`
2020
Exercise string `json:"exercise"`
2121
ID string `json:"id"`
22+
Team string `json:"team,omitempty"`
2223
URL string `json:"url"`
2324
Handle string `json:"handle"`
2425
IsRequester bool `json:"is_requester"`

0 commit comments

Comments
 (0)