Skip to content

Commit 1cd9a1e

Browse files
Smell
1 parent c63f779 commit 1cd9a1e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Dotnet6.GraphQL4.Store.WebAPI/DependencyInjection/Extensions/ServiceCollectionExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public static IGraphQLBuilder AddApplicationGraphQL(this IServiceCollection serv
2626
options.UnhandledExceptionDelegate = exceptionContext
2727
=> Log.Error(
2828
messageTemplate: "Unhandled error occured: {Error}",
29-
propertyValue: exceptionContext.OriginalException.Message);;
29+
propertyValue: exceptionContext.OriginalException.Message);
3030

3131
options.ComplexityConfiguration = new() {MaxDepth = 15};
3232
})

0 commit comments

Comments
 (0)