Skip to content

Commit

Permalink
fix: Added missing require statement (twilio#285)
Browse files Browse the repository at this point in the history
Co-authored-by: lakshmiravali <lakshmiravali.rimmalapudi@gmail.com>
  • Loading branch information
ravali-rimmalapudi and lakshmiravalir committed Sep 9, 2021
1 parent 71e1d6e commit 10179cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/services/twilio-help/twilio-command-help.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ const list = require('@oclif/plugin-help/lib/list');
const chalk = require('chalk');
const indent = require('indent-string');
const util = require('@oclif/plugin-help/lib/util');
const stripAnsi = require('strip-ansi');

const { getDocLink } = require('../twilio-api');
/**
Expand Down

0 comments on commit 10179cc

Please sign in to comment.