Skip to content

Commit

Permalink
added docs to notClosed param
Browse files Browse the repository at this point in the history
  • Loading branch information
remko48 committed Dec 2, 2024
1 parent 732ae32 commit 6fe55d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/store/modules/contactmoment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export const useContactMomentStore = defineStore('contactmomenten', {
* Refresh the list of contact moments.
*
* @param search - Optional search query to filter the contact moments list. (default: `null`)
* @param notClosed
* @param notClosed - Optional boolean to filter out closed contact moments from the contact moments list. (default: `false`)
* @throws If the HTTP request fails.
* @return {Promise<{ response: Response, data: TContactMoment[], entities: ContactMoment[] }>} The response, raw data, and entities.
*/
Expand Down

0 comments on commit 6fe55d3

Please sign in to comment.