We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ae82f8 commit 01c812dCopy full SHA for 01c812d
utils/environment.go
@@ -81,7 +81,7 @@ type envEnvelope struct {
81
}
82
83
// ReadEnvironment reads an environment from the given JSON
84
-func ReadEnvironment(data json.RawMessage) (*environment, error) {
+func ReadEnvironment(data json.RawMessage) (Environment, error) {
85
env := NewDefaultEnvironment().(*environment)
86
87
var envelope envEnvelope
0 commit comments