Spaces:
Sleeping
Sleeping
Update se_opr.html
Browse files- se_opr.html +1 -1
se_opr.html
CHANGED
|
@@ -101,7 +101,7 @@
|
|
| 101 |
'Content-Type': 'application/json'
|
| 102 |
},
|
| 103 |
body: JSON.stringify({
|
| 104 |
-
chatId: `${groupId}
|
| 105 |
message: message,
|
| 106 |
options: options.map(option => ({ optionName: option }))
|
| 107 |
})
|
|
|
|
| 101 |
'Content-Type': 'application/json'
|
| 102 |
},
|
| 103 |
body: JSON.stringify({
|
| 104 |
+
chatId: `${groupId}`,
|
| 105 |
message: message,
|
| 106 |
options: options.map(option => ({ optionName: option }))
|
| 107 |
})
|