Skip to content

Commit

Permalink
fix(inji-522): update checkLocation state name
Browse files Browse the repository at this point in the history
Signed-off-by: Vijay <[email protected]>
  • Loading branch information
vijay151096 committed Nov 16, 2023
1 parent c0e872a commit 8e8f848
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions machines/bleShare/scan/scanMachine.ts
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ export const scanMachine =
always: [
{
cond: 'uptoAndroid11',
target: '#scan.checkingLocationService',
target: '#scan.checkingLocationState',
},
{
target: '#scan.clearingConnection',
Expand Down Expand Up @@ -338,7 +338,7 @@ export const scanMachine =
always: [
{
cond: 'uptoAndroid11',
target: '#scan.checkingLocationService',
target: '#scan.checkingLocationState',
},
{
target: '#scan.clearingConnection',
Expand Down Expand Up @@ -679,7 +679,7 @@ export const scanMachine =
},
},
},
checkingLocationService: {
checkingLocationState: {
initial: 'checkLocationService',
states: {
checkLocationService: {
Expand Down

0 comments on commit 8e8f848

Please sign in to comment.