Browse Source

Removed unused propagationChannelID

Miro Kuratczyk 9 năm trước cách đây
mục cha
commit
3cf5df2779
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      psiphon/server/api.go

+ 0 - 1
psiphon/server/api.go

@@ -115,7 +115,6 @@ func handshakeAPIRequestHandler(
 
 	// Ignoring errors as params are validated
 	sponsorID, _ := getStringRequestParam(params, "sponsor_id")
-	propagationChannelID, _ := getStringRequestParam(params, "propagation_channel_id")
 	clientVersion, _ := getStringRequestParam(params, "client_version")
 	clientPlatform, _ := getStringRequestParam(params, "client_platform")
 	clientRegion := geoIPData.Country