Fix lint error

This commit is contained in:
Paulo Duarte
2017-03-27 17:16:51 -03:00
parent d8c6492163
commit 5c6ed64a31

View File

@@ -2,7 +2,7 @@
const onFinished = require('on-finished');
const promClient = require('prom-client');
const normalizePath = require('./normalizePath');
const normalizeStatusCode = require('./normalizeStatusCode')
const normalizeStatusCode = require('./normalizeStatusCode');
function matchVsRegExps(element, regexps) {
for (let regexp of regexps) {