You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix: Update ListGrantsQueryParams values to match API expectations
- Keep camelCase property names (sortBy, orderBy, grantStatus)
- Update values to match API: 'created_at' | 'updated_at' for sortBy
- Add test coverage for correct API value usage
- Maintains backward compatibility with existing code
Fixes#669
0 commit comments