Lint rules and flow annotations for rest of the files
This commit is contained in:
@ -16,7 +16,10 @@ export default async () => {
|
||||
'SECRET_KEY or URL env var is not set'
|
||||
);
|
||||
const secret = process.env.SECRET_KEY.slice(0, 6) + process.env.URL;
|
||||
const id = crypto.createHash('sha256').update(secret).digest('hex');
|
||||
const id = crypto
|
||||
.createHash('sha256')
|
||||
.update(secret)
|
||||
.digest('hex');
|
||||
|
||||
const [
|
||||
userCount,
|
||||
|
Reference in New Issue
Block a user