Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
anishfyle committed Dec 17, 2024
1 parent 244ac58 commit a14dcde
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ export class QboExportSettingsComponent implements OnInit {
this.isSaveInProgress = true;
const exportSettingPayload = QBOExportSettingModel.constructPayload(this.exportSettingForm);
const employeeSettingPayload = QBOEmployeeSettingModel.constructPayload(this.employeeSettingForm);

concat(
this.employeeSettingService.postEmployeeSettings(employeeSettingPayload),
this.exportSettingService.postExportSettings(exportSettingPayload)
Expand Down

0 comments on commit a14dcde

Please sign in to comment.