Skip to content

Commit

Permalink
Pre-review
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewsignori-aot committed Dec 18, 2024
1 parent 33bfe16 commit e5bb792
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ export class DisbursementReceiptsFileIntegrationScheduler extends BaseScheduler<
}

/**
* Logger for SFAS integration scheduler.
* Setting the logger here allows the correct context to be set
* during the property injection.
* Even if the logger is not used, it is required to be set, to
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ export class FederalRestrictionsIntegrationScheduler extends BaseScheduler<void>
}

/**
* Logger for SFAS integration scheduler.
* Setting the logger here allows the correct context to be set
* during the property injection.
* Even if the logger is not used, it is required to be set, to
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ export class SIMSToSFASIntegrationScheduler extends BaseScheduler<void> {
}

/**
* Logger for SFAS integration scheduler.
* Setting the logger here allows the correct context to be set
* during the property injection.
* Even if the logger is not used, it is required to be set, to
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ export class FedRestrictionProcessingService {
const errorMessage = `Error downloading file ${remoteFilePath}.`;
processSummary.error(errorMessage, error);
this.logger.error(errorMessage, error);
return;
}

let insertedRestrictionsIDs: number[];
Expand Down

0 comments on commit e5bb792

Please sign in to comment.