mirror of
https://codeberg.org/Codeberg/pages-server.git
synced 2025-04-04 13:54:08 +00:00
apply fmt
This commit is contained in:
parent
f87c692f7a
commit
1713f9c428
1 changed files with 0 additions and 1 deletions
|
@ -18,7 +18,6 @@ type Context struct {
|
|||
|
||||
func New(w http.ResponseWriter, r *http.Request) *Context {
|
||||
req_uuid, err := uuid.GenerateUUID()
|
||||
|
||||
if err != nil {
|
||||
log.Error().Err(err).Msg("Failed to generate request id, assigning error value")
|
||||
req_uuid = "ERROR"
|
||||
|
|
Loading…
Add table
Reference in a new issue