mirror of
https://github.com/foomo/sesamy-go.git
synced 2025-10-16 12:35:43 +00:00
fix: nil pointer access
This commit is contained in:
parent
b2891c12d1
commit
e5f48dcad8
@ -25,7 +25,6 @@ func MPv2(source gtag.Payload, target any) error {
|
||||
"client_id": source.ClientID,
|
||||
"user_id": source.UserID,
|
||||
"non_personalized_ads": source.NonPersonalizedAds,
|
||||
"timestamp_micros": source.SST.TFT,
|
||||
"debug_mode": source.IsDebug,
|
||||
}
|
||||
if source.SST != nil && source.SST.TFT != nil {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user