1
0
Fork 0

delete unused crypto import

This commit is contained in:
Ryan Mwangi 2024-10-28 20:34:08 +03:00
parent 5f9309c683
commit 26c4997af0
1 changed files with 0 additions and 1 deletions

View File

@ -3,7 +3,6 @@ import ical from 'ical';
import fs from 'fs';
import cron from 'node-cron';
import axios from 'axios';
import crypto from 'crypto';
import path from 'path';
const app = express();