fix: typo

This commit is contained in:
guoguangwu
2023-10-12 11:48:15 +08:00
parent 859b2d7824
commit 3e51dda5d0
4 changed files with 5 additions and 5 deletions

View File

@ -57,7 +57,7 @@ func (h *updateFrontendHandler) Handle(params admin.UpdateFrontendParams, princi
}
if err := tx.Commit(); err != nil {
logrus.Errorf("error commiting frontend update: %v", err)
logrus.Errorf("error committing frontend update: %v", err)
return admin.NewUpdateFrontendInternalServerError()
}
}