Commit f870c16c by softwhiskey8

misspelled

1 parent 672513bb
Showing with 1 additions and 1 deletions
...@@ -134,7 +134,7 @@ async function main() { ...@@ -134,7 +134,7 @@ async function main() {
var cmd = `cd /servers/constructor/htdocs/api/; php telegram-send.php `; var cmd = `cd /servers/constructor/htdocs/api/; php telegram-send.php `;
var tmp_json = `{webinar:\"Как продавать на маркетплейсах в 2022\",date:\"11 июля\",promocode:\"SAMLOH\"}`; var tmp_json = `{webinar:\"Как продавать на маркетплейсах в 2022\",date:\"11 июля\",promocode:\"SAMLOH\"}`;
tmp_json = JSON.strongify(tmp_json); tmp_json = JSON.stringify(tmp_json);
cmd+= `${events_owner} ${preset_template_id} ${process.argv[2]} empty empty empty ${tmp_json}`; cmd+= `${events_owner} ${preset_template_id} ${process.argv[2]} empty empty empty ${tmp_json}`;
exec(cmd); exec(cmd);
}); });
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!