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 93a0c5f commit ba44065Copy full SHA for ba44065
config/config.go
@@ -21,6 +21,7 @@ type Config struct {
21
22
// Substitute -
23
func (c *Config) Substitute() error {
24
+ c.Hasura.SetSourceName()
25
return nil
26
}
27
0 commit comments