Skip to content

Commit fad0f85

Browse files
committed
hot fix
1 parent b8db711 commit fad0f85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Ydb.Sdk/src/Ado/Session/ImplicitSessionSource.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ internal sealed class ImplicitSessionSource : ISessionSource
99

1010
internal ImplicitSessionSource(IDriver driver, Action? onEmpty = null)
1111
{
12-
_driver = driver ?? throw new ArgumentNullException(nameof(driver));
12+
_driver = driver;
1313
_onBecameEmpty = onEmpty;
1414
}
1515

0 commit comments

Comments
 (0)