Skip to content

Commit

Permalink
Merge pull request #369 from Secreto31126/typo
Browse files Browse the repository at this point in the history
Typo
  • Loading branch information
Secreto31126 authored Aug 21, 2024
2 parents 7a5f6df + 12db7e6 commit 441e43d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "whatsapp-api-js",
"version": "4.0.1",
"version": "4.0.2",
"author": "Secreto31126",
"description": "A TypeScript server agnostic Whatsapp's Official API framework",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -602,7 +602,7 @@ export type ServerReactionMessage = {
type: "reaction";
reaction: {
emoji: string;
messsage_id: string;
message_id: string;
};
};

Expand Down

0 comments on commit 441e43d

Please sign in to comment.