Skip to content

Commit 0b55de5

Browse files
author
Mark Lewin
authored
Merge pull request #88 from Nexmo/mark-remove-whatsapp-send-file-dep
Remove unused require in WhatsApp send file snippet
2 parents 0131e8c + 1b8b21d commit 0b55de5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

messages/whatsapp/send-file.js

-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ const FILE_URL = process.env.FILE_URL;
1313
const FILE_CAPTION = process.env.FILE_CAPTION;
1414

1515
const Nexmo = require('nexmo');
16-
const { fileLoader } = require('ejs');
1716

1817
const nexmo = new Nexmo(
1918
{

0 commit comments

Comments
 (0)