Skip to content

Commit

Permalink
fix: remove unused checkStatusParams struct
Browse files Browse the repository at this point in the history
  • Loading branch information
cybersiddhu committed May 8, 2021
1 parent 13c48cc commit 4864819
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions internal/app/comment/ontology.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,15 +57,6 @@ type reportParams struct {
ref string
}

type checkStatusParams struct {
data map[string][]*reportContent
client *github.Client
owner string
repository string
ref string
report string
}

type reportContent struct {
Name string
Html string
Expand Down

0 comments on commit 4864819

Please sign in to comment.