Skip to content

Commit ed99adc

Browse files
author
Tim Mendoza
committed
Add todo comment
1 parent c2bdc81 commit ed99adc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/serverless/functions/recordingrules.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
// We need to use a newer twilio client than the one provided by context.getTwilioClient(),
55
// so we require it here. The version is specified in helpers.js in the 'deployOptions' object.
6+
// TODO: replace with context.getTwilioClient() when https://issues.corp.twilio.com/browse/RUN-3731 is complete
67
const twilio = require('twilio');
78

89
module.exports.handler = async (context, event, callback) => {

0 commit comments

Comments
 (0)