We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b97a67 commit 6f665daCopy full SHA for 6f665da
1 file changed
pkg/config/config.go
@@ -165,10 +165,7 @@ type DAConfig struct {
165
166
// GetNamespace returns the namespace for header submittions.
167
func (d *DAConfig) GetNamespace() string {
168
- if d.Namespace != "" {
169
- return d.Namespace
170
- }
171
- return "" // Default value is empty string
+ return d.Namespace
172
}
173
174
// GetDataNamespace returns the namespace for data submissions, falling back to the header namespace if not set
0 commit comments