mirror of
https://github.com/matt-fidd/stratos.git
synced 2026-01-01 19:59:27 +00:00
Remove dangling commas
This commit is contained in:
@@ -125,7 +125,7 @@ describe('validate', () => {
|
||||
};
|
||||
|
||||
const fields = [
|
||||
'name',
|
||||
'name'
|
||||
];
|
||||
|
||||
const result = validator.validate(body, fields);
|
||||
|
||||
Reference in New Issue
Block a user