Update create-database.js

This commit is contained in:
Aleksandr Statciuk
2022-02-05 07:25:56 +03:00
parent 35a30272e4
commit 4e4579e1ef
8 changed files with 34 additions and 27 deletions

View File

@@ -0,0 +1,5 @@
const { parser } = require('../../core')
module.exports = function ({ title }) {
return parser.parseChannelName(title)
}