Skip to content

Commit

Permalink
revert change
Browse files Browse the repository at this point in the history
  • Loading branch information
reinkrul committed Nov 12, 2023
1 parent 64d1cf4 commit e960796
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions storage/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,7 @@ type Config struct {

// DefaultConfig returns the default configuration for the module.
func DefaultConfig() Config {
return Config{
SQL: SQLConfig{},
}
return Config{}
}

// SQLConfig specifies config for the SQL storage engine.
Expand Down

0 comments on commit e960796

Please sign in to comment.