git ssb

0+

Dominic / yap-patch



Tree: 6e363b31bb003c462fcb03b5171f59598dedf0f4

Files: 6e363b31bb003c462fcb03b5171f59598dedf0f4 / private.js

152 bytesRaw
1
2
3module.exports = function (sbot) {
4 return function (opts, apply) {
5 return apply('patch/public', Object.assign({}, opts, {private: true}))
6 }
7}
8

Built with git-ssb-web