Skip to content

Commit 68e11ca

Browse files
committed
Remove unnecessary attribute
1 parent 23e7e8e commit 68e11ca

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,6 @@ public record ChannelLocalValue(ChannelProperties Value) : LocalValue
162162
{
163163
// AddPreloadScript takes arguments typed as ChannelLocalValue but still requires "type":"channel"
164164
[JsonInclude]
165-
[JsonPropertyName("type")]
166165
internal string Type => "channel";
167166
}
168167

0 commit comments

Comments
 (0)