Skip to content

Commit

Permalink
fix: backoffice status name
Browse files Browse the repository at this point in the history
  • Loading branch information
ArneD authored Feb 15, 2024
1 parent 85e0d23 commit 92bf0cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Public.Api/Status/Clients/BackOfficeStatusClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ protected override RegistryBackOfficeStatusResponse Map(List<BackOfficeStatus> r
.Select(status =>
new RegistryBackOfficeStatus()
{
Name = status.ProjectionName,
Name = "BackOffice",
CurrentPosition = status.Position,
MaxPosition = status.MaxPosition
})
Expand Down

0 comments on commit 92bf0cb

Please sign in to comment.