Skip to content

Commit cbdb1a9

Browse files
committed
fix: remove unneeded struct field from server payload
1 parent b38fa57 commit cbdb1a9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cmd/cmd_server.go

-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ type MergeRequest struct {
2525
}
2626

2727
type Project struct {
28-
ID int `json:"id"`
2928
PathWithNamespace string `json:"path_with_namespace"`
3029
}
3130

0 commit comments

Comments
 (0)