Skip to content

Commit 8d5bfe6

Browse files
committed
fix: crypto module not imported
1 parent da11847 commit 8d5bfe6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/server.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
*/
55

66
import fastify from "fastify";
7+
import * as crypto from "crypto";
78
import {createFastifyLogger} from "./utils/logger.js";
89
import {init, isAuthenticated, addUnAuthenticatedAPI} from "./auth/auth.js";
910
import {HTTP_STATUS_CODES} from "@aicore/libcommonutils";

0 commit comments

Comments
 (0)