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

Commit b584324

Browse files
committed
feat: wip
1 parent 17d99fe commit b584324

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/core/namesys/resolver.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
'use strict'
22

33
const IpnsEntry = require('./pb/ipnsEntry')
4-
const utils = require('./utils')
4+
// const utils = require('./utils')
55

66
class IpnsResolver {
77
constructor (repo) {

src/http/api/routes/name.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ module.exports = (server) => {
1818
method: '*',
1919
path: '/api/v0/name/publish',
2020
config: {
21-
handler: resources.name.publish.handler,
2221
handler: resources.name.publish.handler
2322
}
2423
})

0 commit comments

Comments
 (0)