Skip to content

Commit

Permalink
Merge pull request tekdi#25 from ManojNathIC/BE-Insuance
Browse files Browse the repository at this point in the history
Fix: increase the records limit in CSV
  • Loading branch information
ManojNathIC authored Dec 5, 2024
2 parents 24d6f8e + ae7a044 commit b34fe72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/inspector/inspector.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@ export class InspectorController {
try {
const payload = {
offset: 0,
limit: 100,
limit: 10000,
filters: {
status: {
eq: 'issued',
Expand Down

0 comments on commit b34fe72

Please sign in to comment.