git ssb

0+

Piet / ssb-loomio



Commit 9a7dcbbecaa7b3bc1c20a195d878ffdb9f6348c0

Fix typo

Piet Geursen committed on 3/7/2018, 1:09:14 AM
Parent: cd3428fe2ad19111fa2a992ad2160dd3ce30ca85

Files changed

position/sync/position.jschanged
position/sync/position.jsView
@@ -1,9 +1,9 @@
11 // var { link } = require('ssb-msg-schemas/util')
2-var getMsgContend = require('../../lib/getMsgContent')
2+var getMsgContent = require('../../lib/getMsgContent')
33
44 function Position (msg) {
5- var { poll, positionDetails, reason, channel, recps, mentions } = getMsgContend(msg)
5+ var { poll, positionDetails, reason, channel, recps, mentions } = getMsgContent(msg)
66 var content = { type: 'position', poll, positionDetails, reason }
77
88 // if (root) {
99 // root = link(root)

Built with git-ssb-web