mirror of
https://github.com/getAlby/lndhub.go.git
synced 2025-12-23 15:44:51 +01:00
add user id to update response
This commit is contained in:
@@ -61,6 +61,7 @@ func (controller *UpdateUserController) UpdateUser(c echo.Context) error {
|
||||
var ResponseBody UpdateUserResponseBody
|
||||
ResponseBody.Login = user.Login
|
||||
ResponseBody.Deactivated = user.Deactivated
|
||||
ResponseBody.ID = user.ID
|
||||
|
||||
return c.JSON(http.StatusOK, &ResponseBody)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user