fix: lint

This commit is contained in:
kolaente 2021-12-12 16:03:58 +01:00
parent a98119f2d6
commit a31086a7a9
Signed by untrusted user: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ func (user20211212151642) TableName() string {
func init() {
migrations = append(migrations, &xormigrate.Migration{
ID: "20211212151642",
Description: "Add user langauge field",
Description: "Add user language field",
Migrate: func(tx *xorm.Engine) error {
return tx.Sync2(user20211212151642{})
},