Skip to content

Commit 1742182

Browse files
Update release 0.1.0
1 parent 517c637 commit 1742182

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

TODO.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# TODO
2+
3+
- Implementare il supporto per l'output TOON delle chiamate API. Basta implementare nel client l'heaader Accept con questo valore 'application/vnd.toon+text'
4+
5+
6+

src/commands/sms.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ pub async fn execute(cmd: &SmsCommands, client: &ApiClient) -> Result<()> {
4242
sender,
4343
} => {
4444
let mut body = json!({
45-
"to": to,
45+
"recipient": to,
4646
"message": message,
4747
});
4848
if let Some(s) = sender {

0 commit comments

Comments
 (0)