Commit 1cb09eb5 authored by NGPixel's avatar NGPixel

Code style fixes (2)

parent 9454065a
...@@ -233,7 +233,7 @@ module.exports = { ...@@ -233,7 +233,7 @@ module.exports = {
throw new Error(errorMsg); throw new Error(errorMsg);
} }
return true; return true;
}) });
}, },
......
...@@ -234,7 +234,7 @@ module.exports = { ...@@ -234,7 +234,7 @@ module.exports = {
}); });
}) });
} }
} }
......
...@@ -143,7 +143,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) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment