mirror of
https://github.com/muerwre/vk-tg-bot.git
synced 2025-04-25 06:56:40 +07:00
added telegram service connector
This commit is contained in:
parent
51fe9160ca
commit
5453e884c6
5 changed files with 162 additions and 2 deletions
|
@ -15,6 +15,6 @@ const config = userConfig && mergeRight(defaultConfig, userConfig) || defaultCon
|
|||
|
||||
export default function prepareConfig() {
|
||||
validateConfig(config)
|
||||
logger.debug('config is ok:', config)
|
||||
logger.debug('config is ok: ', config)
|
||||
return config
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue