Skip to content

Commit

Permalink
psp-5563 prevent psp-8114 changes from overriding service level error…
Browse files Browse the repository at this point in the history
… handling. (#4121)
  • Loading branch information
devinleighsmith authored Jun 18, 2024
1 parent f7feda2 commit 2239ac9
Show file tree
Hide file tree
Showing 6 changed files with 115 additions and 162 deletions.
6 changes: 3 additions & 3 deletions source/backend/api/Pims.Api.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<UserSecretsId>0ef6255f-9ea0-49ec-8c65-c172304b4926</UserSecretsId>
<Version>5.3.2-81.35</Version>
<Version>5.3.2-81.35</Version>
<AssemblyVersion>5.3.2.81</AssemblyVersion>
<Version>5.3.3-81.35</Version>
<Version>5.3.3-81.35</Version>
<AssemblyVersion>5.3.3.81</AssemblyVersion>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<ProjectGuid>16BC0468-78F6-4C91-87DA-7403C919E646</ProjectGuid>
<TargetFramework>net8.0</TargetFramework>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ namespace Pims.Api.Repositories.Mayan
/// </summary>
public abstract class MayanBaseRepository : BaseRestRepository
{
protected const string MayanGenericErrorMessage = "Error response received from Mayan Document Service";
protected readonly MayanConfig _config;
private const string MayanConfigSectionKey = "Mayan";

Expand Down
Loading

0 comments on commit 2239ac9

Please sign in to comment.