Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
davedoesdev committed Feb 11, 2020
1 parent 71a9d41 commit 60d1197
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aedes/qlobber-sub.js
Expand Up @@ -127,6 +127,6 @@ QlobberSub.set_native = function (qlobber_native)
const wrap_native = require('../lib/wrap_native.js');
QlobberSub.native = wrap_native(qlobber_native.QlobberSub, QlobberSub);
return module.exports;
}
};

module.exports = QlobberSub;

0 comments on commit 60d1197

Please sign in to comment.