This commit is contained in:
Aleksandr Statciuk
2022-02-07 00:04:56 +03:00
parent d604f35ba1
commit 9a4a62fd10
45 changed files with 733 additions and 35060 deletions

View File

@@ -1,3 +1,3 @@
module.exports = function () {
return this.id || ''
return this.channel_id || ''
}