fix: update embedded static assets
This commit is contained in:
parent
d572b4f753
commit
7b25873438
|
@ -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
Loading…
Reference in New Issue