mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-03-12 23:20:25 +08:00
left out object parameter
This commit is contained in:
parent
d2e5c0afab
commit
0fb3e2ae04
1 changed files with 0 additions and 1 deletions
|
@ -123,7 +123,6 @@ class UserController {
|
|||
"255.255.255.255",
|
||||
os: agent.os.name + " " + agent.os.version,
|
||||
browser: agent.browser.name + " " + agent.browser.version,
|
||||
device: agent.device.vendor + " " + agent.device.model,
|
||||
};
|
||||
if (agent.device.vendor) {
|
||||
logobj.device =
|
||||
|
|
Loading…
Reference in a new issue