Skip to content

Commit

Permalink
hotfix: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nmrgt committed Oct 7, 2024
1 parent ab46d0d commit bd460de
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ export class CarpoolAcquisitionService {
);

if (terms_violation_error_labels.length) {
await this.statusRepository.setTermViolationErrorLabels(
await this.statusRepository.setTermsViolationErrorLabels(
carpool._id,
terms_violation_error_labels,
);
Expand Down

0 comments on commit bd460de

Please sign in to comment.