Minor Gopher updates

This commit is contained in:
Bryan Ashby 2018-04-16 17:10:19 -06:00
parent 6de6150fdc
commit f557e5b6e0
2 changed files with 7 additions and 4 deletions

View file

@ -497,6 +497,7 @@ module.exports = class Message {
});
}
// :TODO: this should only take a UUID...
load(options, cb) {
assert(_.isString(options.uuid));