Skip to content

Commit

Permalink
Merge pull request #841 from Badsender-com/develop-clever
Browse files Browse the repository at this point in the history
Release staging
  • Loading branch information
FlorianGille authored Jan 17, 2025
2 parents 14a30e8 + b1ae8e5 commit 7101f9a
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 7101f9a

Please sign in to comment.