mirror of
https://github.com/codex-team/codex.docs.git
synced 2025-08-07 22:45:23 +02:00
Removed chatId type conversion
This commit is contained in:
parent
f3ff3de345
commit
fbfb941cce
2 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,6 @@
|
|||
"editor-upgrade": "yarn add -D @editorjs/{editorjs,header,code,delimiter,list,image,table,inline-code,marker}@latest"
|
||||
},
|
||||
"dependencies": {
|
||||
"@codexteam/misprints": "^1.0.0",
|
||||
"bcrypt": "^3.0.3",
|
||||
"commander": "^2.19.0",
|
||||
"cookie-parser": "~1.4.3",
|
||||
|
@ -68,6 +67,7 @@
|
|||
"eslint-plugin-standard": "^4.0.0",
|
||||
"highlight.js": "^9.13.1",
|
||||
"husky": "^1.1.2",
|
||||
"@codexteam/misprints": "^1.0.0",
|
||||
"mini-css-extract-plugin": "^0.4.3",
|
||||
"mocha": "^5.2.0",
|
||||
"mocha-sinon": "^2.1.0",
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
window.config = {
|
||||
chatId: ''
|
||||
};
|
||||
window.config.chatId = Number("{{ config.chatId }}");
|
||||
window.config.chatId = "{{ config.chatId }}";
|
||||
</script>
|
||||
<body>
|
||||
{% include "components/header.twig" with res.locals.isAuthorized %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue