git ssb

16+

Dominic / patchbay



Tree: 26afbb3703400ed773df3fdb62dd05be51b56dab

Files: 26afbb3703400ed773df3fdb62dd05be51b56dab / 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