Skip to content

Commit f30b2b9

Browse files
committed
review comments
1 parent e57356c commit f30b2b9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: sources/packages/backend/libs/integrations/src/sfas-integration/sims-sfas-files/sims-to-sfas-file-line-builder.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ export class SIMSToSFASFileLineBuilder {
8787
});
8888
return this;
8989
}
90-
// TODO: SIMS to SFAS - Create append methods for applications, restrictions and footer.
90+
// TODO: SIMS to SFAS - Create append methods for applications and restrictions.
9191

9292
get fileLines(): FixedFormatFileLine[] {
9393
return this.fileLinesInternal;

Diff for: sources/packages/backend/libs/integrations/src/sfas-integration/sims-to-sfas.integration.service.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ export class SIMSToSFASIntegrationService extends SFTPIntegrationBase<void> {
2424
.appendHeader(bridgeFileDate)
2525
.appendStudentFileRecords(studentRecords)
2626
.appendFooter().fileLines;
27-
// TODO: SIMS to SFAS - Append applications, restrictions and footer.
27+
// TODO: SIMS to SFAS - Append applications and restrictions.
2828
}
2929
}

0 commit comments

Comments
 (0)