Skip to content

Commit

Permalink
cleanup depens
Browse files Browse the repository at this point in the history
  • Loading branch information
rhit-windsors committed Nov 18, 2024
1 parent a036919 commit 7a94a1f
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 10 deletions.
7 changes: 0 additions & 7 deletions apps/frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion apps/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
"@testing-library/react": "^13.4.0",
"@types/formidable": "^3.4.5",
"classnames": "^2.3.2",
"crypto-js": "^4.2.0",
"dayjs": "^1.11.6",
"encoding": "^0.1.13",
"firebase": "^9.12.1",
Expand Down
2 changes: 0 additions & 2 deletions apps/frontend/pages/api/files/uploadFile.tsx
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
import clientPromise, { DB_NAME, COLLECTION_RESULTS_CSVS, COLLECTION_EXPERIMENT_FILES } from '../../../lib/mongodb';
import { NextApiHandler, NextApiRequest } from 'next';
import { GridFSBucket } from 'mongodb';
import { Readable, Writable } from 'stream';
import formidable, { Fields, Files } from "formidable";
import fs from "fs";
import CryptoJS from "crypto-js";

export const config = {
api: {
Expand Down

0 comments on commit 7a94a1f

Please sign in to comment.