Skip to content
Snippets Groups Projects
Commit 1a4c86c1 authored by Bastien DUMONT's avatar Bastien DUMONT :angel:
Browse files

chore: remove unused import

parent 452eb0a0
No related branches found
No related tags found
1 merge request!404V3.1.0 (sans impression)
......@@ -4,7 +4,6 @@ import { Page } from '../pages/schemas/page.schema';
import { Post } from '../posts/schemas/post.schema';
import { UserRole } from '../users/enum/user-role.enum';
import { User } from '../users/schemas/user.schema';
import { lastValueFrom } from 'rxjs';
// eslint-disable-next-line @typescript-eslint/no-var-requires
const crypto = require('crypto');
export const md5 = (data: string): string => crypto.createHash('md5').update(data).digest('hex');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment