Skip to content

Commit

Permalink
Merge pull request #68 from ConductionNL/feature/contactmoment-widget…
Browse files Browse the repository at this point in the history
…-get-open-contactmomenten

added docs to notClosed param
  • Loading branch information
remko48 authored Dec 2, 2024
2 parents 732ae32 + 6fe55d3 commit a57ae73
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 a57ae73

Please sign in to comment.