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

Commit

Permalink
feat: wip
Browse files Browse the repository at this point in the history
  • Loading branch information
vasco-santos committed Jun 13, 2018
1 parent 17d99fe commit b584324
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/core/namesys/resolver.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
'use strict'

const IpnsEntry = require('./pb/ipnsEntry')
const utils = require('./utils')
// const utils = require('./utils')

class IpnsResolver {
constructor (repo) {
Expand Down
1 change: 0 additions & 1 deletion src/http/api/routes/name.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ module.exports = (server) => {
method: '*',
path: '/api/v0/name/publish',
config: {
handler: resources.name.publish.handler,
handler: resources.name.publish.handler
}
})
Expand Down

0 comments on commit b584324

Please sign in to comment.