Skip to content

Commit

Permalink
Add missing CheckRecords
Browse files Browse the repository at this point in the history
  • Loading branch information
BigBang1112 committed Jul 7, 2024
1 parent b0f13ec commit d149dc4
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,7 @@
if (string.IsNullOrWhiteSpace(Zone))
{
Zone = keys[1];
CheckRecords();
return;
}

Expand Down Expand Up @@ -350,6 +351,7 @@
if (string.IsNullOrWhiteSpace(Zone))
{
Zone = keys[keys.Length - 1];
CheckRecords();
return;
}

Expand Down

0 comments on commit d149dc4

Please sign in to comment.