diff --git a/index.js b/index.js index 7a53b1e..0734c4d 100644 --- a/index.js +++ b/index.js @@ -538,7 +538,7 @@ module.exports = class Protomux { return this.__get(protocol, id, aliases); } - async __get(protocol, id, aliases) { + __get(protocol, id, aliases) { const key = toKey(protocol, id); let info = this._infos.get(key);