Skip to content

Commit cc63869

Browse files
Add missing ID for Project
1 parent cb4aa3d commit cc63869

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gitlab/payload.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -281,6 +281,7 @@ type User struct {
281281

282282
// Project contains all of the GitLab project information
283283
type Project struct {
284+
ID int64 `json:"id"`
284285
Name string `json:"name"`
285286
Description string `json:"description"`
286287
WebURL string `json:"web_url"`

0 commit comments

Comments
 (0)