- Timestamp:
- Feb 26, 2024, 5:58:03 PM (9 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TFP-WebServer/WebServer/src/WebAPI/APIs/Permissions/Blacklist.cs
r460 r485 100 100 } 101 101 102 if ( PlatformUserIdentifierAbs.TryFromCombinedString (id, out _userId)) {102 if (!PlatformUserIdentifierAbs.TryFromCombinedString (id, out _userId)) { 103 103 SendEmptyResponse (_context, HttpStatusCode.BadRequest, _jsonInputData, "INVALID_USER"); 104 104 return false;
Note:
See TracChangeset
for help on using the changeset viewer.