diff options
Diffstat (limited to 'ext/js/extension/environment.js')
-rw-r--r-- | ext/js/extension/environment.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/js/extension/environment.js b/ext/js/extension/environment.js index 30b8e9b4..f4b5d0ac 100644 --- a/ext/js/extension/environment.js +++ b/ext/js/extension/environment.js @@ -47,7 +47,7 @@ export class Environment { return { browser, - platform: {os} + platform: {os}, }; } |