Update store/setters

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

View File

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