Skip to content

Commit 76969e2

Browse files
committed
remove old slice
1 parent 17de2f0 commit 76969e2

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

digestabotctl/platforms/platforms.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ var (
1919
var successCodes = []int{200, 201, 202, 203, 204}
2020

2121
var (
22-
//ValidPlatforms = []string{"github", "gitlab"}
2322
ErrBadResponse = errors.New("request was unsuccessful")
2423
ErrInvalidPlatform = errors.New("invalid platform")
2524
)

0 commit comments

Comments
 (0)