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

Commit 5f3e8ae

Browse files
committed
Fix linting
1 parent e6302eb commit 5f3e8ae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/http-api/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ const multiaddr = require('multiaddr')
77
const setHeader = require('hapi-set-header')
88
const once = require('once')
99

10-
1110
const IPFS = require('../core')
1211
const WStar = require('libp2p-webrtc-star')
1312
const errorHandler = require('./error-handler')

src/http-api/routes/debug.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1+
'use strict'
2+
13
const register = require('prom-client').register
24
const client = require('prom-client')
3-
const boom = require('boom')
45

56
// Endpoint for handling debug metrics
67
module.exports = (server) => {

0 commit comments

Comments
 (0)