Code style fixes (2)
This commit is contained in:
@@ -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) {
|
||||||
|
Reference in New Issue
Block a user