This commit is contained in:
YundongYe 2020-05-08 11:47:40 +08:00 коммит произвёл GitHub
Родитель 07a7965731
Коммит ed6e66b369
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -556,7 +556,7 @@ const basicUserUpdate = async (req, res, next) => {
}
}
return res.status(201).json({
message: 'Update user ${username} successfully',
message: `Update user ${username} successfully`,
});
} catch (error) {
return next(createError.unknown((error)));