Refactor: withFile --> requireFile
This commit is contained in:
parent
ad5a7e9d70
commit
dbf335a05d
4 changed files with 4 additions and 4 deletions
|
|
@ -38,7 +38,7 @@ export default (endpoint: string, user: IUser, app: IApp, data: any, file?: any)
|
|||
|
||||
let exec = ep.exec;
|
||||
|
||||
if (ep.meta.withFile && file) {
|
||||
if (ep.meta.requireFile && file) {
|
||||
exec = exec.bind(null, file);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue