From 896738a1231eda0b66fa97f7e3501b022f9a7af8 Mon Sep 17 00:00:00 2001 From: Ryan Mwangi Date: Sat, 19 Oct 2024 17:06:09 +0300 Subject: [PATCH] import crypto --- server.js | 1 + 1 file changed, 1 insertion(+) diff --git a/server.js b/server.js index 9a1a93e..76ebf89 100644 --- a/server.js +++ b/server.js @@ -3,6 +3,7 @@ import ical from 'ical'; import fs from 'fs'; import cron from 'node-cron'; import axios from 'axios'; +import crypto from 'crypto'; const app = express(); app.use(express.json());