git ssb

0+

Dominic / yap-patch



Tree: 634a3e47dc6133cc55dae03d47dc86880af6282c

Files: 634a3e47dc6133cc55dae03d47dc86880af6282c / 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