refactor(Config): Removed unused property

This commit is contained in:
netbenix 2021-12-31 15:34:32 +01:00
parent d2f47ad604
commit 2fb37a9953

View file

@ -7,7 +7,6 @@ import (
) )
type Config struct { type Config struct {
LocalBackupPath string `json:"localBackupPath"`
SQLConfig struct { SQLConfig struct {
EnableSQL bool `json:"enableSQL"` EnableSQL bool `json:"enableSQL"`
SqlType string `json:"sqlType"` SqlType string `json:"sqlType"`