Skip to content

Commit

Permalink
chore: remove unnecessary comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kayra1 committed Nov 21, 2024
1 parent bce2930 commit 5bd7a3a
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions internal/server/handlers_certificate_requests_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,6 @@ import (
"github.com/canonical/notary/internal/server"
)

// type CertificateRequest struct {
// ID int `json:"id"`
// CSR string `json:"csr"`
// Certificate string `json:"certificate"`
// }

type GetCertificateRequestResponse struct {
Result server.CertificateRequest `json:"result"`
Error string `json:"error,omitempty"`
Expand Down

0 comments on commit 5bd7a3a

Please sign in to comment.