Skip to content

Commit

Permalink
pagination and delete
Browse files Browse the repository at this point in the history
  • Loading branch information
ehsan-g committed Sep 18, 2023
1 parent 23a4a7b commit 495242a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/features/midjourney/midjourney.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ export class MidjourneyController {
});
}
});
return list;
return { total: needsWithSignatures.meta.totalItems, list };
}

@ApiFileResponse('image/png')
Expand Down

0 comments on commit 495242a

Please sign in to comment.