Skip to content

Commit 05ee7dd

Browse files
fix graphql unmarshal error (#440)
1 parent 142deaf commit 05ee7dd

File tree

4 files changed

+861
-320
lines changed

4 files changed

+861
-320
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.44.1
1+
0.44.2

pkg/codefresh/common.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77

88
type graphqlError struct {
99
Message string
10-
Extensions string
10+
Extensions interface{}
1111
}
1212

1313
type graphqlErrorResponse struct {

0 commit comments

Comments
 (0)