Compare commits

...

1 Commits

Author SHA1 Message Date
7b25873438 fix: update embedded static assets 2020-05-23 16:53:39 -04:00
2 changed files with 5 additions and 5 deletions

View File

@ -114,7 +114,7 @@ func initConf() (*Config, error) {
return c, nil
}
func initDB(c *Config, useDB bool, useTelemetry bool) (*sql.DB, error) {
func initDB(c *Config, useDB, useTelemetry bool) (*sql.DB, error) {
var db *sql.DB
var err error

File diff suppressed because one or more lines are too long