summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--internal/config/server.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/config/server.go b/internal/config/server.go
index 09eb2c4..bc2f40a 100644
--- a/internal/config/server.go
+++ b/internal/config/server.go
@@ -19,7 +19,7 @@ type Scheduled struct {
Enable bool
Files string
Query string
- Outfile string
+ Outfile string `json:",omitempty"`
Discovery string `json:",omitempty"`
Servers []string `json:",omitempty"`
TimeRange [2]int