fix typo in plugin-hub-client

This commit is contained in:
André Staltz 2023-11-21 10:36:08 +02:00
parent ef89d8de8f
commit fd3d48766f
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ module.exports = {
* @returns {import('pull-stream').Duplex<unknown, unknown>}
*/
connect(origin) {
const err = new Error('Not implemented on the client')
const err = new Error('Not implemented on the hub server')
return {
source(_abort, cb) {
cb(err)