@@ -17,6 +17,7 @@ func Info(c *gin.Context) {
|
||||
userId, err := uuid.Parse(userIdOrig.(string))
|
||||
if err != nil {
|
||||
c.JSON(500, gin.H{"status": "failed to parse uuid"})
|
||||
return
|
||||
}
|
||||
|
||||
// Get user from database
|
||||
|
||||
Reference in New Issue
Block a user