Skip to content

Commit

Permalink
Refactor: unused fs
Browse files Browse the repository at this point in the history
  • Loading branch information
TaehyeonPark committed Nov 26, 2024
1 parent 5172ea5 commit 7e5b85c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/sampleGenerator/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ const { mongo: mongoUrl, numberOfChats, numberOfRooms } = require("./loadenv");

const database = connectDatabase(mongoUrl);

const fs = require("fs");
const sampleData = require("./sampleData.json");

const main = async () => {
Expand Down

0 comments on commit 7e5b85c

Please sign in to comment.