wip: debug

This commit is contained in:
Kevin Franklin Kim 2024-09-26 21:32:19 +02:00
parent 0bc536f6db
commit d6e52d620d
No known key found for this signature in database

View File

@ -38,6 +38,7 @@ func MPv2MiddlewarConsent(l *zap.Logger) client.MPv2Middleware {
l.With(zap.Error(err)).Warn("failed to unmarshal cookie bot cookie")
return next(r, payload)
}
spew.Dump(value)
consent := func(b bool) *string {
ret := "denied"