Skip to content

Commit

Permalink
qbd direct connector 2.2 step file download fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DhaaraniCIT committed Dec 20, 2024
1 parent 69d2ec0 commit 8e4c193
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,7 @@ export class QbdDirectOnboardingConnectorComponent implements OnInit {
this.workspaceService.getWorkspace(this.user.org_id).subscribe((workspaceResponse: QbdDirectWorkspace[]) => {
if (workspaceResponse[0].onboarding_state === QbdDirectOnboardingState.PENDING_QWC_UPLOAD) {
this.qbdDirectConnectorService.getQBDConnectorSettings().subscribe((qbdConntion: QbdConnectorGet) => {
this.xmlFileContent = qbdConntion.qwc

Check failure on line 284 in src/app/integrations/qbd-direct/qbd-direct-onboarding/qbd-direct-onboarding-connector/qbd-direct-onboarding-connector.component.ts

View workflow job for this annotation

GitHub Actions / lint

Missing semicolon
this.password = qbdConntion.password;
this.isDownloadStepCompleted = true;
this.isDownloadfileLoading = false;
Expand Down

0 comments on commit 8e4c193

Please sign in to comment.