Skip to content

Commit

Permalink
removed use-strict from modules
Browse files Browse the repository at this point in the history
  • Loading branch information
nash-md committed Jun 2, 2017
1 parent 686e328 commit 5bb8429
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 16 deletions.
2 changes: 0 additions & 2 deletions controllers/agents.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
'use strict'

const twilio = require('twilio')

/* client for Twilio TaskRouter */
Expand Down
2 changes: 0 additions & 2 deletions controllers/ivr.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
'use strict'

const twilio = require('twilio')

/* client for Twilio TaskRouter */
Expand Down
2 changes: 0 additions & 2 deletions controllers/messaging-adapter.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
'use strict'

const twilio = require('twilio')
const async = require('async')

Expand Down
2 changes: 0 additions & 2 deletions controllers/setup.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
'use strict'

const twilio = require('twilio')
const async = require('async')

Expand Down
2 changes: 0 additions & 2 deletions controllers/taskrouter.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
'use strict'

module.exports.assignment = function (req, res) {
res.setHeader('Content-Type', 'application/json')
res.setHeader('Cache-Control', 'public, max-age=0')
Expand Down
2 changes: 0 additions & 2 deletions controllers/tasks.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
'use strict'

const twilio = require('twilio')
const async = require('async')

Expand Down
2 changes: 0 additions & 2 deletions controllers/validate.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
'use strict'

const twilio = require('twilio')

/* client for Twilio Programmable Voice / SMS */
Expand Down
2 changes: 0 additions & 2 deletions controllers/workers.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
'use strict'

const twilio = require('twilio')

/* client for Twilio TaskRouter */
Expand Down

0 comments on commit 5bb8429

Please sign in to comment.