Use shorthand syntax

This commit is contained in:
viown
2025-03-26 22:07:51 +03:00
parent 1a33b510ce
commit 34f5be9440
8 changed files with 22 additions and 22 deletions
@@ -40,8 +40,8 @@ export const useProgramsSearch = (
api!,
userId!,
{
parentId: parentId,
searchTerm: searchTerm
parentId,
searchTerm
},
{ signal }
),