Skip to content

Commit

Permalink
Merge pull request #688 from bcgov/release/v1.26.2
Browse files Browse the repository at this point in the history
removed gradalg activityCode
  • Loading branch information
suzalflueck authored Nov 18, 2024
2 parents 9de1fc5 + 1ff53a6 commit 03da8ac
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -346,14 +346,12 @@ export default {
"schoolCategoryCodes",
"schoolOfRecords",
"validateInput",
"activityCode",
];
const requestPayload = generateRequestPayload(
this.getBatchRequest,
requestTemplate
);
requestPayload.activityCode = "GRADALG";
let response = await BatchProcessingService.runREGALG(
requestPayload,
this.getBatchRequestCrontime
Expand Down

0 comments on commit 03da8ac

Please sign in to comment.