From: Chocobozzz Date: Tue, 26 Oct 2021 06:37:00 +0000 (+0200) Subject: Fix lint X-Git-Tag: v4.0.0-rc.1~199 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=b9fbc1760967c902c8a05e3853e2ccfdf479850d;p=github%2FChocobozzz%2FPeerTube.git Fix lint --- diff --git a/server/helpers/logger.ts b/server/helpers/logger.ts index f35ef5e9f..5fe3646c5 100644 --- a/server/helpers/logger.ts +++ b/server/helpers/logger.ts @@ -1,5 +1,5 @@ // Thanks http://tostring.it/2014/06/23/advanced-logging-with-nodejs/ -import { mkdirpSync, stat } from 'fs-extra' +import { stat } from 'fs-extra' import { omit } from 'lodash' import { join } from 'path' import { format as sqlFormat } from 'sql-formatter'