Skip to content

Commit 9c8136a

Browse files
chore(dtmf): polishing
1 parent faa1e81 commit 9c8136a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dtmf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ const encode = (input, options = {}) => {
5454
}).join(options.separator)
5555
}
5656

57-
const encodeResult = (frequencies, { mode, invertedOutput, connector, failOnUnknownCharacter }) => {
57+
const encodeResult = (frequencies, { mode, invertedOutput, connector }) => {
5858
// If output should be inverted, reverse array
5959
if (invertedOutput) {
6060
frequencies.reverse()

0 commit comments

Comments
 (0)