mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-07-04 10:59:32 +02:00
style: linting errors
This commit is contained in:
@@ -4,7 +4,6 @@ const crypto = require('crypto');
|
||||
|
||||
const db = require('../../database');
|
||||
const batch = require('../../batch');
|
||||
const user = require('../../user');
|
||||
|
||||
const md5 = filename => crypto.createHash('md5').update(filename).digest('hex');
|
||||
|
||||
|
||||
@@ -4,7 +4,6 @@ const crypto = require('crypto');
|
||||
|
||||
const db = require('../../database');
|
||||
const batch = require('../../batch');
|
||||
const posts = require('../../posts');
|
||||
|
||||
const md5 = filename => crypto.createHash('md5').update(filename).digest('hex');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user