Skip to content

Commit 5ae2567

Browse files
fix(app-rfi): fix typo in fetch url
1 parent 9d7be84 commit 5ae2567

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/app-rfi/src/core/utils/fetchPrograms.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ function getServiceUrl({
5555
if (Interest2) {
5656
serviceUrl =
5757
`${dataSourceDegreeSearch}/acad-plan/${Interest2}?` +
58-
`include=applicationDeadlines${includeFields}`;
58+
`include=applicationDeadlines&${includeFields}`;
5959
return serviceUrl;
6060
}
6161

0 commit comments

Comments
 (0)