Skip to content

Commit

Permalink
Use put instead of fastPut
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianGille committed Jan 17, 2025
1 parent eb52475 commit b1ae8e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/server/mailing/ftp-client.service.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ class FTPClient {
.on('end', () => {
file.end();
resolve(
client.fastPut(
client.put(
`${tmpDir}/${fileName}`,
`${folderPath}${fileName}`,
{
Expand Down

0 comments on commit b1ae8e5

Please sign in to comment.