Delete Sub bug.

This commit is contained in:
stephb9959
2021-12-01 07:44:34 -08:00
parent cb3efcecb5
commit 40faa84d2b
2 changed files with 2 additions and 2 deletions

2
build
View File

@@ -1 +1 @@
56 58

View File

@@ -47,7 +47,7 @@ namespace OpenWifi {
} }
SecurityObjects::UserInfo TargetUser; SecurityObjects::UserInfo TargetUser;
if(!StorageService()->GetUserById(Id,TargetUser)) { if(!StorageService()->GetSubUserById(Id,TargetUser)) {
return NotFound(); return NotFound();
} }