stephb9959
2024-01-08 10:58:32 -08:00
parent 2b246fe1ee
commit 8554481186
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@@ -28,3 +28,4 @@ test_scripts/curl/result.json
*.swp
helm/charts/*
!helm/charts/.gitkeep
/portal-test/

View File

@@ -98,7 +98,7 @@ namespace OpenWifi {
if (!QB_.Select.empty()) {
Poco::JSON::Array Objects;
for (auto &i : SelectedRecords()) {
auto SerialNumber = i;
auto &SerialNumber = i;
if (!Utils::ValidSerialNumber(i))
continue;
GWObjects::Device D;