Update index.js
Browse files
index.js
CHANGED
@@ -28,7 +28,7 @@ import * as uuid from 'uuid';
|
|
28 |
|
29 |
import { Database } from './database/database.js'
|
30 |
import { Readable } from "stream";
|
31 |
-
import randomBytes } from "crypto";
|
32 |
|
33 |
import {
|
34 |
CheckMilWare,
|
|
|
28 |
|
29 |
import { Database } from './database/database.js'
|
30 |
import { Readable } from "stream";
|
31 |
+
import { randomBytes } from "crypto";
|
32 |
|
33 |
import {
|
34 |
CheckMilWare,
|