diff --git a/services/skus/playstore.go b/services/skus/playstore.go index a67edddff..5e54c5d22 100644 --- a/services/skus/playstore.go +++ b/services/skus/playstore.go @@ -156,7 +156,7 @@ func (x *playStoreDevNotification) ntfType() string { } } -func (x playStoreDevNotification) ntfSubType() int { +func (x *playStoreDevNotification) ntfSubType() int { switch { case x.SubscriptionNtf != nil: return x.SubscriptionNtf.Type