aboutsummaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
Diffstat (limited to 'app')
-rw-r--r--app/scripts/lib/diagnostics-reporter.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/scripts/lib/diagnostics-reporter.js b/app/scripts/lib/diagnostics-reporter.js
index 6c77923bd..534a0fa8a 100644
--- a/app/scripts/lib/diagnostics-reporter.js
+++ b/app/scripts/lib/diagnostics-reporter.js
@@ -10,7 +10,7 @@ class DiagnosticsReporter {
await this.submit({
accounts: Object.keys(orphans),
metadata: {
- type: 'orphans'
+ type: 'orphans',
},
})
} catch (err) {