mirror of
https://github.com/foomo/sesamy-go.git
synced 2025-10-16 12:35:43 +00:00
fix: middleware
This commit is contained in:
parent
2c68979504
commit
14ce26b622
@ -10,7 +10,7 @@ func MiddlewareRichsstsse(next ClientHandler) ClientHandler {
|
||||
v := ""
|
||||
return func(r *http.Request, event *Event) error {
|
||||
event.Richsstsse = &v
|
||||
return nil
|
||||
return next(r, event)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user