Skip to content

Commit

Permalink
fix: uncomment sftp method (not intentional)
Browse files Browse the repository at this point in the history
  • Loading branch information
yxuo committed Jul 17, 2024
1 parent fc0d417 commit 8024f1d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/sftp/sftp.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ export class SftpService implements OnModuleInit, OnModuleLoad {
}

onModuleInit() {
// this.onModuleLoad().catch((error: Error) => {
// throw error;
// });
this.onModuleLoad().catch((error: Error) => {
throw error;
});
}

async onModuleLoad() {
Expand Down

0 comments on commit 8024f1d

Please sign in to comment.