Skip to content

Commit 29152eb

Browse files
removed comment
1 parent 11b0ba6 commit 29152eb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pkg/codefresh/argo_runtime.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ type (
2727
Data struct {
2828
Runtime model.RuntimeCreationResponse
2929
}
30-
// TODO: Errors
3130
}
3231
)
3332

@@ -37,7 +36,7 @@ func newArgoRuntimeAPI(codefresh *codefresh) IArgoRuntimeAPI {
3736

3837
func (r *argoRuntime) Create(runtimeName string) (*model.RuntimeCreationResponse, error) { // TODO: should also return error
3938
type forJsonData interface{}
40-
39+
4140
// the newlines are necessary
4241
var interpolatedMutation forJsonData = fmt.Sprintf("mutation {\n runtime(name: \"%s\") {\n id\n newAccessToken\n }\n}\n", runtimeName)
4342

0 commit comments

Comments
 (0)