Skip to content

Commit 97918cf

Browse files
committed
corrected path for image upload
1 parent 76d4f42 commit 97918cf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/client-direct/src/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,6 @@ export class DirectClient {
199199
if (req.file) {
200200
const filePath = path.join(
201201
process.cwd(),
202-
"agent",
203202
"data",
204203
"uploads",
205204
req.file.filename

0 commit comments

Comments
 (0)