Skip to content

Commit 8685510

Browse files
committed
Remove setter from PinnedScript.ScriptId
1 parent d3b77ba commit 8685510

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dotnet/src/webdriver/PinnedScript.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,6 @@ internal string MakeRemovalScript()
8181
/// <summary>
8282
/// Gets or sets the ID of this script.
8383
/// </summary>
84-
internal string ScriptId { get; set; }
84+
internal string ScriptId { get; }
8585
}
8686
}

0 commit comments

Comments
 (0)