Update database/create.js

This commit is contained in:
Aleksandr Statciuk
2022-02-14 02:48:11 +03:00
parent b61d576ba4
commit 3350e7a2cb
3 changed files with 18 additions and 13 deletions

View File

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