Skip to content

Commit

Permalink
changed: Removed limit of the results for now
Browse files Browse the repository at this point in the history
  • Loading branch information
SaschaRaeschThreedy committed Aug 29, 2023
1 parent 9cae7f7 commit 02934f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion movies-db-ui/src/service/service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export class Service {
this.query = {
sorting_field: SortingField.Date,
sorting_order: SortingOrder.Descending,
num_results: 50,
num_results: undefined,
start_index: 0,
};
}
Expand Down

0 comments on commit 02934f5

Please sign in to comment.