Skip to content
This repository was archived by the owner on Mar 10, 2026. It is now read-only.

Commit ee83cdc

Browse files
committed
fix: typo in URL
1 parent a926e6f commit ee83cdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

logic/message.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ def send_message_processor(user_data, user_data_lock, contact_id: str, message:
217217
)
218218

219219
try:
220-
http_request(f"{server_url}/data/sendd", "POST", metadata = {
220+
http_request(f"{server_url}/data/send", "POST", metadata = {
221221
"recipient": contact_id
222222
},
223223
blob = ciphertext_blob,

0 commit comments

Comments
 (0)