]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
Fix lint
authorChocobozzz <me@florianbigard.com>
Tue, 26 Oct 2021 06:37:00 +0000 (08:37 +0200)
committerChocobozzz <me@florianbigard.com>
Tue, 26 Oct 2021 06:37:03 +0000 (08:37 +0200)
server/helpers/logger.ts

index f35ef5e9fd63ac1f1741e2bf1a0ab53f6e0fb788..5fe3646c55eaf6a23732c75430ba01278c586678 100644 (file)
@@ -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'