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
}

View File

@@ -1,3 +1,4 @@
exports.url = require('./url')
exports.http_referrer = require('./http_referrer')
exports.user_agent = require('./user_agent')
exports.channel = require('./channel')