Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
boobo94 authored Oct 20, 2023
1 parent 0cdd4fa commit ab2eabf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _posts/2023/07/2023-07-26-tool-whatsapp-js.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ function sendMessages(client, data) {
```

As you can see in function definition it has two params:
- `client`` - the whatsapp client created above
- `client` - the whatsapp client created above
- `data` - where are stored the contacts and the message

The object looks like below and it's stored in `data.js` file, imported in `index.js`.
Expand Down

0 comments on commit ab2eabf

Please sign in to comment.