1
0
Fork 0
mirror of https://github.com/codex-team/codex.docs.git synced 2025-08-08 06:55:26 +02:00

Removed chatId type conversion

This commit is contained in:
DorofeevMark 2019-03-14 08:58:57 +03:00
parent f3ff3de345
commit fbfb941cce
2 changed files with 2 additions and 2 deletions

View file

@ -16,7 +16,6 @@
"editor-upgrade": "yarn add -D @editorjs/{editorjs,header,code,delimiter,list,image,table,inline-code,marker}@latest" "editor-upgrade": "yarn add -D @editorjs/{editorjs,header,code,delimiter,list,image,table,inline-code,marker}@latest"
}, },
"dependencies": { "dependencies": {
"@codexteam/misprints": "^1.0.0",
"bcrypt": "^3.0.3", "bcrypt": "^3.0.3",
"commander": "^2.19.0", "commander": "^2.19.0",
"cookie-parser": "~1.4.3", "cookie-parser": "~1.4.3",
@ -68,6 +67,7 @@
"eslint-plugin-standard": "^4.0.0", "eslint-plugin-standard": "^4.0.0",
"highlight.js": "^9.13.1", "highlight.js": "^9.13.1",
"husky": "^1.1.2", "husky": "^1.1.2",
"@codexteam/misprints": "^1.0.0",
"mini-css-extract-plugin": "^0.4.3", "mini-css-extract-plugin": "^0.4.3",
"mocha": "^5.2.0", "mocha": "^5.2.0",
"mocha-sinon": "^2.1.0", "mocha-sinon": "^2.1.0",

View file

@ -12,7 +12,7 @@
window.config = { window.config = {
chatId: '' chatId: ''
}; };
window.config.chatId = Number("{{ config.chatId }}"); window.config.chatId = "{{ config.chatId }}";
</script> </script>
<body> <body>
{% include "components/header.twig" with res.locals.isAuthorized %} {% include "components/header.twig" with res.locals.isAuthorized %}