apply fmt

This commit is contained in:
crapStone 2024-12-29 19:44:21 +01:00
parent f87c692f7a
commit 1713f9c428
No known key found for this signature in database
GPG key ID: 22D4BF0CF7CC29C8

View file

@ -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"