git ssb

16+

Dominic / patchbay



Tree: ae7c2d638a47d2b374cec6c88e45d20c4290fe33

Files: ae7c2d638a47d2b374cec6c88e45d20c4290fe33 / modules / message-name.js

98 bytesRaw
1
2
3exports.message_name = function (id, sbot) {
4 sbot.get(id, function (err, value) {
5
6 })
7}
8

Built with git-ssb-web