Remove unused omitempty

Signed-off-by: gearnode <bryan@frimin.fr>
This commit is contained in:
gearnode
2025-03-10 10:27:01 +01:00
parent 5bbca075e8
commit dc2cac9317

View File

@@ -28,7 +28,7 @@ type (
Password string `json:"password"`
Database string `json:"database"`
PoolSize int32 `json:"pool-size"`
CACertBundle string `json:"ca-cert-bundle,omitempty"`
CACertBundle string `json:"ca-cert-bundle"`
}
)