chore: fix typos in comments (#8553)
This commit is contained in:
parent
2a29ab8d4a
commit
bb4f172e26
3 changed files with 3 additions and 3 deletions
|
|
@ -218,7 +218,7 @@ export const removeNillKeys = <T,>(obj: T) =>
|
|||
Object.fromEntries(Object.entries(obj ?? {}).filter(([key, value]) => key && !isNil(value)));
|
||||
|
||||
/**
|
||||
* This Method returns if the the grouped values are subGrouped
|
||||
* This Method returns if the grouped values are subGrouped
|
||||
* @param groupedIssueIds
|
||||
* @returns
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue