Skip to content

Commit 33dde05

Browse files
committed
Fix some merged issues
1 parent dd9f507 commit 33dde05

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/hooks/custom/utils/form.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ function getIntegerParameter(
4242
return numberParameter;
4343
}
4444

45-
/*
45+
/**
4646
* Retrieves a boolean parameter from the given form data.
4747
* If the parameter is not found or does not have true/false value, the default value is returned.
4848
*
@@ -77,7 +77,7 @@ function getBooleanParameter(
7777
}
7878

7979
return booleanParameter;
80-
};
80+
}
8181

8282
/**
8383
* Retrieves and validates a page range from FormData, ensuring that the start and end values are defined and within bounds.

0 commit comments

Comments
 (0)