Skip to content

Commit 009cbfe

Browse files
committed
Fix bidi null warning
1 parent db61f02 commit 009cbfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dotnet/src/webdriver/BiDi/Modules/Script/CallFunctionCommand.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ internal record CallFunctionCommandParameters(string FunctionDeclaration, bool A
3131

3232
public record CallFunctionOptions : CommandOptions
3333
{
34-
public IEnumerable<LocalValue?>? Arguments { get; set; }
34+
public IEnumerable<LocalValue>? Arguments { get; set; }
3535

3636
public ResultOwnership? ResultOwnership { get; set; }
3737

0 commit comments

Comments
 (0)