git ssb

0+

Piet / ssb-loomio



Commit cd3428fe2ad19111fa2a992ad2160dd3ce30ca85

Name the function

Piet Geursen committed on 3/7/2018, 1:06:53 AM
Parent: 306a27bb28f6bbbcdede609146d7259018493d5d

Files changed

position/sync/chooseOneResults.jschanged
position/sync/chooseOneResults.jsView
@@ -10,9 +10,9 @@
1010 // }
1111 // }
1212 //
1313 // postions must be of the correct type ie: type checked by the caller.
14-module.exports = function ({positions, poll}) {
14+module.exports = function chooseOneResults ({positions, poll}) {
1515 return positions.reduce(function (results, position) {
1616 const { value: {author} } = position
1717 const { positionDetails: {choice} } = Position(position)
1818

Built with git-ssb-web