Skip to content

Commit

Permalink
chore: update comments for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
KenLSM committed Apr 5, 2024
1 parent 79985c6 commit c9df822
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/modules/form/admin-form/admin-form.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1041,6 +1041,7 @@ export const updateFormCollaborators = (
* @param body the subset of form settings to update
* @returns ok(updated form settings) on success
* @returns err(MalformedParametersError) if auth type update is attempted for a multi-respondent form
* @returns err(MalformedParametersError) if webhook update is attempted for a multi-respondent form
* @returns err(database errors) if db error is thrown during form setting update
*/
export const updateFormSettings = (
Expand Down

0 comments on commit c9df822

Please sign in to comment.