lint things, add sidebar

This commit is contained in:
Vargha Csongor
2025-04-29 17:10:06 +02:00
parent e5061d6b4f
commit 9802513d8e
20 changed files with 2374 additions and 2315 deletions

View File

@@ -53,6 +53,7 @@ func (srv *server) GetFamilyTreeWithSpousesById(
err = FlattenFamilyTree(res, &results)
if err != nil {
c.JSON(http.StatusInternalServerError, gin.H{"msg": err.Error()})
return
}