Skip to content

Commit f137f6a

Browse files
authored
repository: don't set the status on update (#56)
fixes #55 Signed-off-by: Nick Santos <[email protected]>
1 parent 2edbdac commit f137f6a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

internal/hubclient/client_repository.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ func (c *Client) CreateRepository(ctx context.Context, namespace string, req Cre
8080
type UpdateRepositoryRequest struct {
8181
Description string `json:"description"`
8282
FullDescription string `json:"full_description"`
83-
Status int `json:"status"`
8483
}
8584

8685
func (c *Client) UpdateRepository(ctx context.Context, id string, req UpdateRepositoryRequest) (Repository, error) {

0 commit comments

Comments
 (0)