Skip to content

Commit

Permalink
NOISSUE - Fix send message (#132)
Browse files Browse the repository at this point in the history
Signed-off-by: ianmuchyri <[email protected]>
  • Loading branch information
ianmuchyri authored Jan 24, 2025
1 parent cd0b4a3 commit 29b932d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/lazy-eagles-cough.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@absmach/magistrala-sdk": patch
---

update sending message
2 changes: 1 addition & 1 deletion src/messages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export default class Messages {
method: "POST",
headers: {
"Content-Type": this.contentType,
Authorization: `client ${clientKey}`,
Authorization: `Client ${clientKey}`,
},
body: msg,
};
Expand Down

0 comments on commit 29b932d

Please sign in to comment.