1
0
mirror of https://github.com/bitwarden/server.git synced 2025-06-30 23:52:50 -05:00

Update response code (#3949)

This commit is contained in:
Alex Morask
2024-04-01 09:13:55 -04:00
committed by GitHub
parent 66593297b9
commit 2f9daf2149
2 changed files with 2 additions and 2 deletions

View File

@ -58,6 +58,6 @@ public class ProviderOrganizationController(
organization,
requestBody.AssignedSeats);
return TypedResults.NoContent();
return TypedResults.Ok();
}
}