зеркало из https://github.com/mozilla/galaxy-api.git
nit: use consistent indentation for `gameSchema` object
This commit is contained in:
Родитель
9d888468ac
Коммит
14d3f41488
|
@ -22,7 +22,7 @@ var gameSchema = {
|
|||
// and must contain only letters, numbers, underscores, and hyphens.
|
||||
// TODO: Throw an error if `slug` is already taken.
|
||||
slug: Joi.string().regex(/^(?!\d*$)(?!_*$)(?!-*$)[\w-]+$/).required()
|
||||
.example('mario-bros')
|
||||
.example('mario-bros')
|
||||
};
|
||||
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче