Skip to content

Commit

Permalink
yarn lint tested
Browse files Browse the repository at this point in the history
  • Loading branch information
Aimocs committed Jun 10, 2024
1 parent 6fad7d4 commit b0474d4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ async function getRemoteFileSizes(sftp: Client, path: string,fromPath: string) {
if(path ==="./"){
path="."
}
// const files = await sftp.list(path)
const fileSizes: Record<string, number> = {}

const processDirectory = async (dirPath: string) => {
Expand Down

0 comments on commit b0474d4

Please sign in to comment.