remove unused variables

This commit is contained in:
Mike Mason
2023-07-17 19:14:23 +00:00
parent bc87fa7726
commit 1f67d3c805
4 changed files with 0 additions and 8 deletions

View File

@@ -40,8 +40,6 @@ func (p Projects) ToDetails() []*models.ProjectDetails {
// Project contains project information.
type Project struct {
client *Client
HREF string `json:"href"`
ID string `json:"id"`
Name string `json:"name"`