Skip to content

Commit

Permalink
chore: clean up unused parts of graphql response
Browse files Browse the repository at this point in the history
  • Loading branch information
dhth committed Mar 28, 2024
1 parent 2538afd commit 3520c4c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions ui/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,12 @@ type Workflow struct {
Key *string `yaml:"key"`
}

type CommitResult struct {
Oid string
Message string
}

type WorkflowRunNodesResult struct {
Id string
RunNumber int
Url string
CreatedAt githubv4.DateTime
CheckSuite struct {
Commit CommitResult
Conclusion string
}
}
Expand Down

0 comments on commit 3520c4c

Please sign in to comment.