Create channel_id.js

This commit is contained in:
Aleksandr Statciuk 2022-02-13 01:37:02 +03:00
parent a17c424387
commit 90c8aca0e6
1 changed files with 3 additions and 0 deletions

View File

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