We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e66f8b commit 62b1fceCopy full SHA for 62b1fce
src/apps/copilots/src/services/copilot-opportunities.ts
@@ -7,7 +7,7 @@ import { CopilotOpportunity } from '../models/CopilotOpportunity'
7
8
const baseUrl = `${EnvironmentConfig.API.V5}/projects`
9
10
-const PAGE_SIZE = 10
+const PAGE_SIZE = 20
11
12
/**
13
* Creates a CopilotOpportunity object by merging the provided data and its nested data,
0 commit comments