Update database/create.js

This commit is contained in:
Aleksandr Statciuk
2022-02-14 02:48:11 +03:00
parent 37b77a7d62
commit 682824a45d
3 changed files with 18 additions and 13 deletions

View File

@@ -0,0 +1,3 @@
module.exports = function ({ channel }) {
return channel || null
}