Codacy style changes for test files
This commit is contained in:
@ -6,5 +6,4 @@ const httpPost = (url, data, callback, err = console.error) => {
|
||||
request.onerror = () => err(request);
|
||||
request.send(data);
|
||||
};
|
||||
|
||||
module.exports = httpPost;
|
||||
module.exports = httpPost;
|
||||
|
||||
Reference in New Issue
Block a user