git ssb

0+

Dominic / yap-patch



Tree: 35b6122037e20c7e9f0d9b54e257f4ade57b49b7

Files: 35b6122037e20c7e9f0d9b54e257f4ade57b49b7 / 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