We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e27391 commit 43aa4efCopy full SHA for 43aa4ef
src/KeeperData.Bridge/Controllers/CleanseController.cs
@@ -50,7 +50,7 @@ public async Task<IActionResult> StartAnalysis(CancellationToken cancellationTok
50
{
51
OperationId = operation.Id,
52
Status = operation.Status.ToString(),
53
- Message = "Cleanse analysis started successfully and is running in the background.",
+ Message = "Cleanse analysis started successfully and is running in the background",
54
StartedAtUtc = operation.StartedAtUtc
55
});
56
}
0 commit comments