Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit 9e39cb4

Browse files
Removing readonly on GitRemote.token
1 parent 3ae8c94 commit 9e39cb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GitHub.Api/Git/GitRemote.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public struct GitRemote
2222
public string user;
2323
public string host;
2424
public GitRemoteFunction function;
25-
public readonly string token;
25+
public string token;
2626

2727
public string Name
2828
{

0 commit comments

Comments
 (0)