git ssb

0+

Piet / ssb-loomio



Commit 306a27bb28f6bbbcdede609146d7259018493d5d

Liiinter

Piet Geursen committed on 3/7/2018, 1:05:57 AM
Parent: 6722d5e0408124332904314dfb6c84ed5e98b49c

Files changed

position/sync/chooseOneResults.jschanged
position/sync/chooseOneResults.jsView
@@ -12,9 +12,9 @@
1212 //
1313 // postions must be of the correct type ie: type checked by the caller.
1414 module.exports = function ({positions, poll}) {
1515 return positions.reduce(function (results, position) {
16- const { value: {author}} = position
16+ const { value: {author} } = position
1717 const { positionDetails: {choice} } = Position(position)
1818
1919 if (isInvalidChoice({position, poll}) || isPositionAfterClose({position, poll})) {
2020 results.errors.invalidPositions.push(position)

Built with git-ssb-web