mirror of
https://github.com/openziti/zrok.git
synced 2025-08-16 19:01:16 +02:00
fix: typo
This commit is contained in:
@ -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()
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user