git ssb

16+

Dominic / patchbay



Tree: 96d0a60a7b7c41087f0c52c4ed0292f86ba7d4b1

Files: 96d0a60a7b7c41087f0c52c4ed0292f86ba7d4b1 / 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