auto formatting using 'npm run format'

This commit is contained in:
proddy
2022-09-24 18:52:19 +02:00
parent eeeb889ba7
commit a7930d8403
10 changed files with 23 additions and 23 deletions

View File

@@ -2,9 +2,9 @@ import Schema from 'async-validator';
export const SIGN_IN_REQUEST_VALIDATOR = new Schema({
username: {
required: true,
required: true
},
password: {
required: true,
required: true
}
});