fix: nil pointer access

This commit is contained in:
Kevin Franklin Kim 2024-07-10 08:42:25 +02:00
parent b2891c12d1
commit e5f48dcad8
No known key found for this signature in database

View File

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