fix: update embedded static assets

This commit is contained in:
Vikram Rangnekar 2020-05-23 16:53:39 -04:00
parent d572b4f753
commit 7b25873438
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