diff options
Diffstat (limited to 'app/scripts/ui.js')
-rw-r--r-- | app/scripts/ui.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/scripts/ui.js b/app/scripts/ui.js index c4f6615db..444097f14 100644 --- a/app/scripts/ui.js +++ b/app/scripts/ui.js @@ -23,7 +23,7 @@ async function start () { const release = global.platform.getVersion() setupSentry({ release, getState }) // provide app state to append to error logs - function getState() { + function getState () { // get app state const state = window.getCleanAppState() // remove unnecessary data |