diff options
author | Chocobozzz <me@florianbigard.com> | 2021-10-26 08:37:00 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-10-26 08:37:03 +0200 |
commit | b9fbc1760967c902c8a05e3853e2ccfdf479850d (patch) | |
tree | ead4f42f118bae0bafd81e92363806b820356f2a /server/helpers | |
parent | 276250f0a36e00373166d91d539e5220d6f158c7 (diff) | |
download | PeerTube-b9fbc1760967c902c8a05e3853e2ccfdf479850d.tar.gz PeerTube-b9fbc1760967c902c8a05e3853e2ccfdf479850d.tar.zst PeerTube-b9fbc1760967c902c8a05e3853e2ccfdf479850d.zip |
Fix lint
Diffstat (limited to 'server/helpers')
-rw-r--r-- | server/helpers/logger.ts | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ | |||
1 | // Thanks http://tostring.it/2014/06/23/advanced-logging-with-nodejs/ | 1 | // Thanks http://tostring.it/2014/06/23/advanced-logging-with-nodejs/ |
2 | import { mkdirpSync, stat } from 'fs-extra' | 2 | import { stat } from 'fs-extra' |
3 | import { omit } from 'lodash' | 3 | import { omit } from 'lodash' |
4 | import { join } from 'path' | 4 | import { join } from 'path' |
5 | import { format as sqlFormat } from 'sql-formatter' | 5 | import { format as sqlFormat } from 'sql-formatter' |