зеркало из https://github.com/microsoft/pai.git
Fix format string error (#4501)
This commit is contained in:
Родитель
07a7965731
Коммит
ed6e66b369
|
@ -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)));
|
||||
|
|
Загрузка…
Ссылка в новой задаче