Skip to content

Commit

Permalink
Change linebreak style.
Browse files Browse the repository at this point in the history
elszczepano committed Apr 3, 2019
1 parent 7828f20 commit 96fadfe
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion src/controllers/authController.js
Original file line number Diff line number Diff line change
@@ -10,7 +10,6 @@ export default {
token: token
});
},

async register(req, res) {
const {name, email, phone, gender, birthDate, purpose, password, geometry} = req.body;
let profilePicture = '';
1 change: 0 additions & 1 deletion src/seedRunner.js
Original file line number Diff line number Diff line change
@@ -3,7 +3,6 @@ import async from 'async';

const exec = require('child_process').exec; // eslint-disable-line


const files = fs.readdirSync('./src/seed/');
const funcs = files.map(function(file) {
return exec.bind(null, `babel-node ./src/seed/${file}`);
1 change: 0 additions & 1 deletion tests/unit/controllers/errorTicketsController.test.js
Original file line number Diff line number Diff line change
@@ -220,4 +220,3 @@ describe('Test errorTicketsController deleteOne method', () => {
});
});
});

1 change: 0 additions & 1 deletion tests/unit/controllers/privilegedUsersController.test.js
Original file line number Diff line number Diff line change
@@ -299,4 +299,3 @@ describe('Test privilegedUsersController deleteOne method', () => {
});
});
});

0 comments on commit 96fadfe

Please sign in to comment.