Skip to content

Commit 62b1fce

Browse files
author
himaniraghav3
committed
Change page size to 20
1 parent 9e66f8b commit 62b1fce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/apps/copilots/src/services/copilot-opportunities.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { CopilotOpportunity } from '../models/CopilotOpportunity'
77

88
const baseUrl = `${EnvironmentConfig.API.V5}/projects`
99

10-
const PAGE_SIZE = 10
10+
const PAGE_SIZE = 20
1111

1212
/**
1313
* Creates a CopilotOpportunity object by merging the provided data and its nested data,

0 commit comments

Comments
 (0)