Skip to content

Commit

Permalink
fix(request-service): prevent api errors due to non-uppercase config …
Browse files Browse the repository at this point in the history
…vin (#57)
  • Loading branch information
samrum committed Apr 29, 2021
1 parent 3b8b8e3 commit d3e26b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/RequestService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ class RequestService {
this.config = {
checkRequestStatus: true,
...config,
vin: config.vin.toUpperCase(),
};
}

Expand Down

0 comments on commit d3e26b0

Please sign in to comment.