twilio / sample-code

Auto-generated code samples for the Twilio REST API
https://www.twilio.com/docs
35 stars 69 forks source link

csharp update defaults sample code has duplicate var #88

Open vamsi-allampati opened 5 years ago

vamsi-allampati commented 5 years ago

The "defaults" var is used twice and produces the error : variable already defined

https://github.com/twilio/sample-code/blob/5f1d3d04ee1753942119dc544e00fcab83601d38/autopilot/v1/defaults/update-example-1/update-example-1.5.x.cs#L19

https://github.com/twilio/sample-code/blob/5f1d3d04ee1753942119dc544e00fcab83601d38/autopilot/v1/defaults/update-example-1/update-example-1.5.x.cs#L28