Update store/setters

This commit is contained in:
Aleksandr Statciuk 2023-05-01 21:34:16 +03:00
parent ee526d14f9
commit a3ce90ee67
6 changed files with 9 additions and 17 deletions

View file

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