Skip to content

Commit

Permalink
fix: remove CryptoJS module import from file
Browse files Browse the repository at this point in the history
delete line 3
  • Loading branch information
wheval authored Oct 19, 2024
1 parent 200d6c4 commit 7f9a553
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server/utils/lib.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
const { Socket } = require('socket.io');
const mongoose = require('mongoose');
const CryptoJS = require('crypto-js');
const { ObjectId } = require('mongodb');

const ActiveUser = require('../models/UserModel');
Expand Down

0 comments on commit 7f9a553

Please sign in to comment.