Skip to content

Commit aa54549

Browse files
author
Sergey Khomushin
committed
send.ts: fix the wrong params
1 parent 2bc14d0 commit aa54549

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/methods/send/send.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ export const send = (
2828
lib_version: process.env.npm_package_version,
2929
service_id: serviceID,
3030
template_id: templateID,
31-
user_id: prKey,
32-
accessToken: options?.privateKey,
31+
user_id: pubKey,
32+
accessToken: prKey,
3333
template_params: templatePrams,
3434
};
3535

0 commit comments

Comments
 (0)