Apply review comments

This commit is contained in:
2024-10-10 15:42:11 +02:00
parent 849177562d
commit 32444fac90
9 changed files with 28 additions and 29 deletions

View File

@ -170,9 +170,9 @@ function createGraph(container, data, activeUserId) {
/**
* @typedef FamilyGraphConfig
* @param {number} activeUser Id of the user to fetch the tree from
* @param {number} depthMin Minimum tree depth for godfathers and godchildren
* @param {number} depthMax Maximum tree depth for godfathers and godchildren
* @property {number} activeUser Id of the user to fetch the tree from
* @property {number} depthMin Minimum tree depth for godfathers and godchildren
* @property {number} depthMax Maximum tree depth for godfathers and godchildren
**/
/**

View File

@ -30,7 +30,7 @@ import { picturesFetchPictures } from "#openapi";
/**
* @typedef PicturePageConfig
* @param {number} userId Id of the user to get the pictures from
* @property {number} userId Id of the user to get the pictures from
**/
/**