git ssb

0+

Piet / ssb-loomio



Commit 77cf9402bcbd3249a03bc0f20bd93c0c9b103780

Use const

Piet Geursen committed on 4/11/2018, 2:47:15 AM
Parent: 17ea8e4ee568c9f237579c87b81661b9894439eb

Files changed

test/position/async/buildChooseOne.test.jschanged
test/position/async/buildChooseOne.test.jsView
@@ -3,9 +3,9 @@
33 const pullAsync = require('pull-async')
44 const {isPosition} = require('ssb-poll-schema')
55 const Server = require('../../../lib/testServer')
66
7-var server = Server()
7+const server = Server()
88
99 const publishChooseOne = require('../../../poll/async/publishChooseOne')(server)
1010 const ChooseOne = require('../../../position/async/buildChooseOne')(server)
1111

Built with git-ssb-web