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.
2 parents a350558 + 5ae2567 commit fe9cba8Copy full SHA for fe9cba8
packages/app-rfi/src/core/utils/fetchPrograms.js
@@ -55,7 +55,7 @@ function getServiceUrl({
55
if (Interest2) {
56
serviceUrl =
57
`${dataSourceDegreeSearch}/acad-plan/${Interest2}?` +
58
- `include=applicationDeadlines${includeFields}`;
+ `include=applicationDeadlines&${includeFields}`;
59
return serviceUrl;
60
}
61
0 commit comments