Skip to content

Commit

Permalink
Merge pull request #1632 from ShreyGanatra/ShreyGanatra/ImageUpload
Browse files Browse the repository at this point in the history
fix: corrected path for image upload
  • Loading branch information
monilpat authored Jan 1, 2025
2 parents 6f576b6 + d9847d6 commit f37d3d8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/client-direct/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,6 @@ export class DirectClient {
if (req.file) {
const filePath = path.join(
process.cwd(),
"agent",
"data",
"uploads",
req.file.filename
Expand Down

0 comments on commit f37d3d8

Please sign in to comment.