Create channel_id.js

This commit is contained in:
Aleksandr Statciuk
2022-02-13 01:37:02 +03:00
parent 34553a66d2
commit 4c0d45db3d

View File

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