Skip to content

Commit

Permalink
test commit
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalii-bezuhlyi committed Mar 20, 2024
1 parent 0527d61 commit b72a8bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Apps.Lionbridge/LionbridgeInvocable.cs
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ protected async Task<UploadSourceFileResponse> UploadFmsFile(string jobId, AddFi
var uploadFileResponse = await client.ExecuteAsync(request);
if (!uploadFileResponse.IsSuccessful)
{
throw new Exception("Failed to upload file to FMS on second step");
throw new Exception("Failed to upload file to FMS on second step of the process");
}

return response;
Expand Down

0 comments on commit b72a8bd

Please sign in to comment.