Skip to content

Commit

Permalink
wip: debug
Browse files Browse the repository at this point in the history
  • Loading branch information
franklinkim committed Sep 26, 2024
1 parent adbf304 commit 0bc536f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/provider/cookiebot/client/mpv2middleware.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import (
"net/http"
"net/url"

"github.com/davecgh/go-spew/spew"
"github.com/foomo/sesamy-go/pkg/client"
"github.com/foomo/sesamy-go/pkg/encoding/mpv2"
"github.com/foomo/sesamy-go/pkg/provider/cookiebot"
Expand Down Expand Up @@ -50,6 +51,7 @@ func MPv2MiddlewarConsent(l *zap.Logger) client.MPv2Middleware {
AdUserData: consent(value.Marketing),
AdPersonalization: consent(value.Statistics),
}
spew.Dump(payload)

return next(r, payload)
}
Expand Down

0 comments on commit 0bc536f

Please sign in to comment.