Skip to content

Commit

Permalink
feat: vkapps add Widget Referral
Browse files Browse the repository at this point in the history
  • Loading branch information
SevereCloud committed Jan 9, 2022
1 parent 3a657ed commit 8f29374
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vkapps/params.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ const (
MarketItem Referral = "market_item"
LeftNav Referral = "left_nav"
QuickSearch Referral = "quick_search"
Widget Referral = "widget"
Other Referral = "other"
)

Expand Down Expand Up @@ -117,7 +118,6 @@ type Platform string
const (
MobileAndroid Platform = "mobile_android"
MobileIPhone Platform = "mobile_iphone"
MobileIPad Platform = "mobile_ipad"
MobileWeb Platform = "mobile_web"
DesktopWeb Platform = "desktop_web"
MobileAndroidMessenger Platform = "mobile_android_messenger"
Expand Down

0 comments on commit 8f29374

Please sign in to comment.