microting/eform-sdk-dotnet

View on GitHub
eFormCore/Handlers/TranscriptionCompletedHandler.cs

Summary

Maintainability
A
1 hr
Test Coverage

Method Handle has 43 lines of code (exceeds 25 allowed). Consider refactoring.
Open

        public async Task Handle(TranscriptionCompleted message)
        {
            try
            {
                FieldValue fv = await sqlController.GetFieldValueByTranscriptionId(message.MicrotringUUID);
Severity: Minor
Found in eFormCore/Handlers/TranscriptionCompletedHandler.cs - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status