Skip to content

Commit

Permalink
Update services/121-service/src/program-financial-service-provider-co…
Browse files Browse the repository at this point in the history
…nfigurations/program-financial-service-provider-configurations.service.ts

Co-authored-by: RubenGeo <[email protected]>
  • Loading branch information
jannisvisser and RubenGeo authored Dec 23, 2024
1 parent 402d17d commit b4a588e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ export class ProgramFinancialServiceProviderConfigurationsService {
throw new HttpException('Not found', HttpStatus.NOT_FOUND);
}

// programFspConfigProperties are cascade-deleted, transactions/registrations are kept bug FK set to null
// programFspConfigProperties are cascade-deleted, transactions/registrations are kept but FK set to null
await this.programFspConfigurationRepository.delete({
id: config.id,
});
Expand Down

0 comments on commit b4a588e

Please sign in to comment.