1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-22 18:00:18 +01:00

lint - fix diagnostics reporter

This commit is contained in:
kumavis 2018-06-05 11:53:21 -07:00
parent 20bdba3d17
commit ece5cfc785

View File

@ -10,7 +10,7 @@ class DiagnosticsReporter {
await this.submit({
accounts: Object.keys(orphans),
metadata: {
type: 'orphans'
type: 'orphans',
},
})
} catch (err) {