Skip to content

Commit

Permalink
add some comments
Browse files Browse the repository at this point in the history
  • Loading branch information
MaHaWo committed Aug 28, 2024
1 parent c57f056 commit 1a91e50
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/stores/childrenStore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ const childrenlist: ChildrenList = {};

const children = writable(childrenlist);

// addX and removeX are helper functions and can probably be removed once we have a proper backend
/**
* Add a new user with an empty children store
* @param usertoken the token of the user to add
Expand Down

0 comments on commit 1a91e50

Please sign in to comment.