Lint pass

This commit is contained in:
marko1616
2024-08-23 11:42:53 +08:00
parent d6c2c5de31
commit 4d60ae2e90
5 changed files with 10 additions and 10 deletions

View File

@@ -194,7 +194,7 @@ export class SFTPPanelComponent {
} catch {
// Intentionally ignoring errors from making duplicate dirs.
}
await this.uploadOneFolder(t, path.posix.join(accumPath,t.getName()))
await this.uploadOneFolder(t, path.posix.join(accumPath, t.getName()))
} else {
await this.sftp.upload(path.posix.join(this.path, accumPath, t.getName()), t)
}