Update database/create.js

This commit is contained in:
Aleksandr Statciuk
2022-02-13 06:03:47 +03:00
parent 8f6095d2df
commit 96038210d6
4 changed files with 12 additions and 4 deletions

View File

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