Skip to content

Commit

Permalink
Increase maximum number of pages
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitri-korin-bcps committed Nov 5, 2024
1 parent 1b5ee1b commit 99deb1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/external_api/css/css.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export class CssService implements ExternalApiService {
this.clientSecret = process.env.CSS_CLIENT_SECRET;
this.grantType = "client_credentials";
this.env = process.env.ENVIRONMENT;
this.maxPages = 5;
this.maxPages = 10;
}

authenticate = async (): Promise<string> => {
Expand Down

0 comments on commit 99deb1a

Please sign in to comment.