Skip to content

Commit

Permalink
feat(cb2-9560): corrected typo
Browse files Browse the repository at this point in the history
  • Loading branch information
cb-cs committed Oct 19, 2023
1 parent d93216f commit 0541b1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/CertificateGenerationService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ class CertificateGenerationService {
console.log(`Welsh certificate generation deactivated via environment variable set to ${STOP_WELSH_GEN}`);
}
const payload: string = JSON.stringify(
await this.generatePayload(testResult)
await this.generatePayload(testResult, isTestStationWelsh)
);

const certificateTypes: any = {
Expand Down

0 comments on commit 0541b1d

Please sign in to comment.