pull/618/head
hunterlong 2020-06-02 00:22:26 -07:00
parent d463f548ad
commit 8fd585120a
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ func (c *Core) Create() error {
ApiSecret: secret, ApiSecret: secret,
Version: App.Version, Version: App.Version,
Domain: c.Domain, Domain: c.Domain,
Language: "en", Language: c.Language,
MigrationId: utils.Now().Unix(), MigrationId: utils.Now().Unix(),
} }
q := db.Create(&newCore) q := db.Create(&newCore)