Skip to content

Commit c2bdc81

Browse files
author
Tim Mendoza
committed
Fix lint error
1 parent 81ec0e3 commit c2bdc81

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/serverless/functions/recordingrules.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* global Twilio */
1+
/* global Twilio Runtime */
22
'use strict';
33

44
// We need to use a newer twilio client than the one provided by context.getTwilioClient(),

src/serverless/functions/token.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* global Twilio */
1+
/* global Twilio Runtime */
22
'use strict';
33

44
const AccessToken = Twilio.jwt.AccessToken;

0 commit comments

Comments
 (0)