mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 00:22:29 +00:00
Update meet-form.js
This commit is contained in:
parent
f3f1208e06
commit
d64154d65e
@ -26,7 +26,7 @@ async function handleRequest(request) {
|
||||
}
|
||||
for (let key in args) {
|
||||
content += key.charAt(0).toUpperCase() + key.slice(1);
|
||||
content += ': ' + args[key] + '\r\n\r\n';
|
||||
content += ':\r\n' + args[key] + '\r\n\r\n';
|
||||
}
|
||||
let body = {
|
||||
"personalizations": [
|
||||
|
Loading…
Reference in New Issue
Block a user