Skip to content

Commit

Permalink
fix(change-operator): Add missing mileage field when removing all ope…
Browse files Browse the repository at this point in the history
…rators (#17404)

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
johannaagma and kodiakhq[bot] authored Jan 6, 2025
1 parent 56d6e6e commit 139ef83
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ export class VehicleOperatorsClient {
permno: permno,
endDate: new Date(),
reportingPersonIdNumber: auth.nationalId,
mileage: mileage,
},
})
} catch (e) {
Expand Down

0 comments on commit 139ef83

Please sign in to comment.