Commit 3dddc5f
committed
fix: add limit=200 to plans API query
Without a limit param, DRF returns only the default page size.
Match the frontend behavior by requesting up to 200 plans.
none1 parent 976a5c1 commit 3dddc5f
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
0 commit comments