Skip to content
This repository has been archived by the owner on Feb 19, 2021. It is now read-only.

Commit

Permalink
fix issue
Browse files Browse the repository at this point in the history
  • Loading branch information
theusaf committed Feb 14, 2021
1 parent 95c6495 commit 9abb120
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/win/QuizSearcher.js
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ class QuizSearcher{
if(!this.ignoreDatabase){
databaseResults = await SearchDatabase(term,options,length,this);
if(n === this.searchNum){
this.searchIndex += globals.DBAmount;
this.databaseIndex += globals.DBAmount;
}
}
if(!this.ignoreSearch && quizSpecified){
Expand Down

0 comments on commit 9abb120

Please sign in to comment.