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

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
JonKrone committed Feb 19, 2018
1 parent e695b2d commit f12b416
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/http/api/resources/file.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ exports.ls = {
// uses common parseKey method that returns a `key`
parseArgs: exports.parseKey,

// TODO What is this?
// main route handler which is called after the above `parseArgs`, but only if the args were valid
handler: (request, reply) => {
const path = request.pre.args.path
Expand Down
1 change: 0 additions & 1 deletion src/http/api/resources/files.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
'use strict'

const mh = require('multihashes')
const CID = require('cids')
const multipart = require('ipfs-multipart')
const debug = require('debug')
Expand Down

0 comments on commit f12b416

Please sign in to comment.