Skip to content

Commit

Permalink
fix wrong autokeys intent
Browse files Browse the repository at this point in the history
  • Loading branch information
idinium96 committed Aug 6, 2020
1 parent 9f8edb4 commit fe7001d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/classes/MyHandler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2078,7 +2078,7 @@ Autokeys status:-
autoprice: true,
max: userMaxKeys,
min: userMinKeys,
intent: 1
intent: 0
} as any;
} else {
entry = {
Expand Down

0 comments on commit fe7001d

Please sign in to comment.