Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.

Commit 84ee2c8

Browse files
committed
fix: added not implemented error for routing on ipns getPublished
1 parent 7cd8fc5 commit 84ee2c8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/core/ipns/publisher.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,8 @@ class IpnsPublisher {
186186
if (!checkRouting) {
187187
return callback(null, null)
188188
} else {
189-
// TODO ROUTING - get
189+
// TODO ROUTING - get from DHT
190+
return callback(new Error('not implemented yet'))
190191
}
191192
}
192193
}

0 commit comments

Comments
 (0)