Skip to content
This repository was archived by the owner on Feb 3, 2022. It is now read-only.

Commit ffef852

Browse files
committed
Removes unused requires
1 parent 169c000 commit ffef852

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/create-twilio-function.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ const {
99
const {
1010
installDependencies
1111
} = require('./create-twilio-function/install-dependencies');
12-
const { promisify } = require('util');
13-
const access = promisify(require('fs').access);
1412

1513
async function createTwilioFunction(config) {
1614
const projectDir = `${config.path}/${config.name}`;

0 commit comments

Comments
 (0)