Skip to content
This repository was archived by the owner on Aug 15, 2024. It is now read-only.

Commit 4cccc22

Browse files
authored
Merge pull request #940 from jalbertsr/patch-1
remove wrong call to 'accounts' method
2 parents 3ea5543 + 0104deb commit 4cccc22

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

rest/messages/feedback-confirm/feedback-confirm.3.x.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ app.get('/confirm', (req, res) => {
1919

2020
// Send Feedback to Twilio
2121
client
22-
.accounts(accountSid)
2322
.messages(messageSid)
2423
.feedback.create({
2524
outcome: 'confirmed',

0 commit comments

Comments
 (0)