-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
IsDeleted route returns 500 if identity is deleted (#964)
* fix: use FirstOrDefault instead of Single when reading the identity * chore: formatting
- Loading branch information
Showing
4 changed files
with
39 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
<component name="ProjectRunConfigurationManager"> | ||
<configuration default="false" name="SSE Server" type="LaunchSettings" factoryName=".NET Launch Settings Profile"> | ||
<option name="LAUNCH_PROFILE_PROJECT_FILE_PATH" value="$PROJECT_DIR$/Applications/SseServer/src/SseServer/SseServer.csproj"/> | ||
<option name="LAUNCH_PROFILE_TFM" value="net8.0"/> | ||
<option name="LAUNCH_PROFILE_NAME" value="Default"/> | ||
<option name="USE_EXTERNAL_CONSOLE" value="0"/> | ||
<option name="USE_MONO" value="0"/> | ||
<option name="RUNTIME_ARGUMENTS" value=""/> | ||
<option name="GENERATE_APPLICATIONHOST_CONFIG" value="1"/> | ||
<option name="SHOW_IIS_EXPRESS_OUTPUT" value="0"/> | ||
<option name="SEND_DEBUG_REQUEST" value="1"/> | ||
<option name="ADDITIONAL_IIS_EXPRESS_ARGUMENTS" value=""/> | ||
<method v="2"> | ||
<option name="Build"/> | ||
</method> | ||
</configuration> | ||
</component> | ||
<configuration default="false" name="SSE Server" type="LaunchSettings" factoryName=".NET Launch Settings Profile"> | ||
<option name="LAUNCH_PROFILE_PROJECT_FILE_PATH" value="$PROJECT_DIR$/Applications/SseServer/src/SseServer/SseServer.csproj" /> | ||
<option name="LAUNCH_PROFILE_TFM" value="net9.0" /> | ||
<option name="LAUNCH_PROFILE_NAME" value="Default" /> | ||
<option name="USE_EXTERNAL_CONSOLE" value="0" /> | ||
<option name="USE_MONO" value="0" /> | ||
<option name="RUNTIME_ARGUMENTS" value="" /> | ||
<option name="GENERATE_APPLICATIONHOST_CONFIG" value="1" /> | ||
<option name="SHOW_IIS_EXPRESS_OUTPUT" value="0" /> | ||
<option name="SEND_DEBUG_REQUEST" value="1" /> | ||
<option name="ADDITIONAL_IIS_EXPRESS_ARGUMENTS" value="" /> | ||
<method v="2"> | ||
<option name="Build" /> | ||
</method> | ||
</configuration> | ||
</component> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters