백승욱

Edit variable name in main.js

Showing 1 changed file with 1 additions and 1 deletions
......@@ -35,7 +35,7 @@ function ShowMenu() {
'Authorization': `Bearer ${TOKEN}`
},
json: {
"to": `${USER_ID}`,
"to": `${user_id}`,
"messages": [
{
"type": "text",
......