Skip to content

Commit

Permalink
removed unused type in user structure.
Browse files Browse the repository at this point in the history
  • Loading branch information
abmussani committed May 28, 2024
1 parent a88db91 commit 324201d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/detectors/datadogtoken/datadogtoken.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ type userServiceResponse struct {
}

type user struct {
Type string `json:"type"`
Attributes attributes `json:"attributes"`
}

Expand Down

0 comments on commit 324201d

Please sign in to comment.