1
0
mirror of https://github.com/sasjs/adapter.git synced 2026-01-14 23:50:06 +00:00

fix(fileUploader): added loginCallback

This commit is contained in:
Saad Jutt
2021-09-14 05:58:40 +05:00
parent 10cf4998f5
commit 15ff90025a
2 changed files with 20 additions and 7 deletions

View File

@@ -15,7 +15,7 @@ import { BaseJobExecutor } from './JobExecutor'
interface dataFileUpload {
files: UploadFile[]
params: any
params: { [key: string]: any } | null
}
export class FileUploader extends BaseJobExecutor {