Skip to content

Commit 43aa4ef

Browse files
committed
Tweak
1 parent 4e27391 commit 43aa4ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/KeeperData.Bridge/Controllers/CleanseController.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ public async Task<IActionResult> StartAnalysis(CancellationToken cancellationTok
5050
{
5151
OperationId = operation.Id,
5252
Status = operation.Status.ToString(),
53-
Message = "Cleanse analysis started successfully and is running in the background.",
53+
Message = "Cleanse analysis started successfully and is running in the background",
5454
StartedAtUtc = operation.StartedAtUtc
5555
});
5656
}

0 commit comments

Comments
 (0)