Skip to content

Commit

Permalink
remove warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
kbilsted committed Feb 1, 2024
1 parent 94335fd commit 97c7db8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Product/GreenFeetWorkFlow.AdoPersistence/AdoDb.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public SqlServerPersister(string connectionString, IWorkflowLogger logger)
public void SetTransaction(object transaction)
{
this.transaction = (SqlTransaction?)transaction;
this.connection = this.transaction.Connection;
this.connection = this.transaction!.Connection;
}

public object CreateTransaction()
Expand Down

0 comments on commit 97c7db8

Please sign in to comment.