Skip to content

Commit 935e202

Browse files
fix: Liquid.Messaging.ServiceBus sonar issues.
1 parent 4826914 commit 935e202

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Liquid.Messaging.ServiceBus/ServiceBusConsumer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ private ConsumerMessageEventArgs<TEntity> GetEventArgs(ServiceBusReceivedMessage
8989
/// </summary>
9090
/// <param name="args"><see cref="ConsumerErrorEventArgs"/></param>
9191
/// <exception cref="MessagingConsumerException"></exception>
92-
protected Task ProcessError(ConsumerErrorEventArgs args)
92+
protected static Task ProcessError(ConsumerErrorEventArgs args)
9393
{
9494
throw new MessagingConsumerException(args.Exception);
9595
}

0 commit comments

Comments
 (0)