1
0
mirror of https://github.com/sasjs/server.git synced 2025-12-22 08:11:20 +00:00

chore: fix typos and remove unused code

This commit is contained in:
Yury Shkoda
2022-02-10 09:07:14 +03:00
parent bf5767eadf
commit f2000a1227
5 changed files with 37 additions and 1535 deletions

View File

@@ -18,7 +18,7 @@ export class FileUploadController {
//It will intercept request and generate unique uuid to be used as a subfolder name
//that will store the files uploaded
public preuploadMiddleware = async (req: any, res: any, next: any) => {
public preUploadMiddleware = async (req: any, res: any, next: any) => {
let session
const sessionController = getSessionController()