Code style fixes (2)
This commit is contained in:
parent
9454065ab9
commit
1cb09eb56b
@ -233,7 +233,7 @@ module.exports = {
|
|||||||
throw new Error(errorMsg);
|
throw new Error(errorMsg);
|
||||||
}
|
}
|
||||||
return true;
|
return true;
|
||||||
})
|
});
|
||||||
|
|
||||||
},
|
},
|
||||||
|
|
||||||
|
@ -234,7 +234,7 @@ module.exports = {
|
|||||||
|
|
||||||
});
|
});
|
||||||
|
|
||||||
})
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -143,7 +143,7 @@ module.exports = {
|
|||||||
return self.deleteUploadsFileTry(f, 0);
|
return self.deleteUploadsFileTry(f, 0);
|
||||||
}
|
}
|
||||||
return true;
|
return true;
|
||||||
})
|
});
|
||||||
},
|
},
|
||||||
|
|
||||||
deleteUploadsFileTry(f, attempt) {
|
deleteUploadsFileTry(f, attempt) {
|
||||||
|
Loading…
Reference in New Issue
Block a user