@@ -92,9 +92,5 @@ module Agents |
||
92 | 92 |
return ["Bad request", 400] |
93 | 93 |
end |
94 | 94 |
end |
95 |
- |
|
96 |
- # def client |
|
97 |
- # @client ||= Twilio::REST::Client.new interpolated['account_sid'], interpolated['auth_token'] |
|
98 |
- # end |
|
99 | 95 |
end |
100 | 96 |
end |