Skip to content

Commit 49b62c2

Browse files
committed
Services not a single servce
1 parent fc2e070 commit 49b62c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

messaging/services/service-list/service-list.3.x.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const authToken = 'your_auth_token';
66
const client = require('twilio')(accountSid, authToken);
77

88
client.messaging
9-
.services('MG2172dd2db502e20dd981ef0d67850e1a')
9+
.services
1010
.list()
1111
.then(function(response) {
1212
console.log(response);

0 commit comments

Comments
 (0)