test(topbar): add test for topbar
This commit is contained in:
parent
9a526736bb
commit
e4e53b15f2
5 changed files with 148 additions and 3 deletions
|
@ -646,7 +646,6 @@ func (h *MultiUsersSvc) Self(c *gin.Context) {
|
|||
c.JSON(q.ErrResp(c, 500, err))
|
||||
return
|
||||
}
|
||||
fmt.Println(user.Preferences)
|
||||
|
||||
c.JSON(200, &SelfResp{
|
||||
ID: claims[q.UserIDParam],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue