Skip to content

Commit

Permalink
fix: Fixed sendVoice and updated the docs (#784)
Browse files Browse the repository at this point in the history
  • Loading branch information
crashbr committed Jun 9, 2022
1 parent 0748f7e commit 8775775
Show file tree
Hide file tree
Showing 2 changed files with 65 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/controller/messageController.js
Expand Up @@ -126,7 +126,7 @@ export async function sendVoice(req, res) {
}

export async function sendVoice64(req, res) {
const { phone, url: base64Ptt } = req.body;
const { phone, base64Ptt } = req.body;

try {
let results = [];
Expand Down

0 comments on commit 8775775

Please sign in to comment.