Commit 0e9782cd authored by Bryce Johnson's avatar Bryce Johnson Committed by tauriedavis

Fix dangling comma, curse, then thank eslint.

parent 2cb3145f
......@@ -31,7 +31,7 @@
startingInterval: 1000,
maxInterval: 10000,
incrementByFactorOf: 10,
lazyStart: false
lazyStart: false,
});
},
updateState(data) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment