Skip to content

Commit

Permalink
fix graphql unmarshal error (#440)
Browse files Browse the repository at this point in the history
  • Loading branch information
roi-codefresh authored Jun 28, 2022
1 parent 142deaf commit 05ee7dd
Show file tree
Hide file tree
Showing 4 changed files with 861 additions and 320 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.44.1
0.44.2
2 changes: 1 addition & 1 deletion pkg/codefresh/common.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (

type graphqlError struct {
Message string
Extensions string
Extensions interface{}
}

type graphqlErrorResponse struct {
Expand Down
Loading

0 comments on commit 05ee7dd

Please sign in to comment.