Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -35,7 +35,7 @@ function ShowMenu() { | ... | @@ -35,7 +35,7 @@ function ShowMenu() { |
35 | 'Authorization': `Bearer ${TOKEN}` | 35 | 'Authorization': `Bearer ${TOKEN}` |
36 | }, | 36 | }, |
37 | json: { | 37 | json: { |
38 | - "to": `${USER_ID}`, | 38 | + "to": `${user_id}`, |
39 | "messages": [ | 39 | "messages": [ |
40 | { | 40 | { |
41 | "type": "text", | 41 | "type": "text", | ... | ... |
-
Please register or login to post a comment