Skip to content

Commit

Permalink
Fix Sonar issue
Browse files Browse the repository at this point in the history
  • Loading branch information
bassages committed Oct 9, 2023
1 parent 86254a0 commit 06ba2ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/mindergasnl/mindergasnl.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export class MindergasnlComponent implements OnInit {
this.mindergasnlService.get().subscribe({
next: minderGasNlSettings => this.form.setValue(minderGasNlSettings),
error: error => this.errorHandlingService.handleError('De instellingen voor MinderGas.nl konden nu niet opgehaald worden', error),
complete: () => this.spinnerService.hide()
complete: () => { this.spinnerService.hide() }
});
}

Expand Down

0 comments on commit 06ba2ef

Please sign in to comment.