Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
lexoyo committed Nov 30, 2023
1 parent 27935bf commit 1a77ea3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ts/server/api/websiteApi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,6 @@ export default function (config: ServerConfig, opts = {}): Router {
path: `/${file.originalFilename}`,
content: createReadStream(file.filepath),
}))
console.log('files', files)
resolve(files)
}
})
Expand Down

0 comments on commit 1a77ea3

Please sign in to comment.