Skip to content

Commit

Permalink
Merge pull request #177 from Hacksore/develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Hacksore authored Nov 6, 2021
2 parents 1b1de44 + a961b54 commit e19f322
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,13 @@ assignees: ''
---

**Describe the bug**
A clear and concise description of what the bug is.
A clear and concise description of what the bug is and how to reproduce it.

**Usefull info(please complete the following information):**
- OS: [e.g. macOS, Windows, Linux]
- Bluelinky Version [e.g. v5.2.3]
- Region: [e.g. US, CA, EU]
- Brand: [kia, hyundai]

**Additional context**
Add any other context about the problem here.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bluelinky",
"version": "7.6.1",
"version": "7.6.2",
"description": "An unofficial nodejs API wrapper for Hyundai bluelink",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/constants/canada.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ const getHyundaiEnvironment = (): CanadianBrandEnvironment => {
const getKiaEnvironment = (): CanadianBrandEnvironment => {
return {
brand: 'hyundai',
...getEnvironment('myuvo.ca')
...getEnvironment('kiaconnect.ca')
};
};

Expand Down

0 comments on commit e19f322

Please sign in to comment.