From 4864819aaf724f2b7e2f7651e6cd9869ebe040f4 Mon Sep 17 00:00:00 2001 From: Siddhartha Basu Date: Fri, 7 May 2021 20:27:29 -0500 Subject: [PATCH] fix: remove unused checkStatusParams struct --- internal/app/comment/ontology.go | 9 --------- 1 file changed, 9 deletions(-) diff --git a/internal/app/comment/ontology.go b/internal/app/comment/ontology.go index 4b82284..7e8c60a 100644 --- a/internal/app/comment/ontology.go +++ b/internal/app/comment/ontology.go @@ -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