Skip to content

Commit 4bceb98

Browse files
chore: Add readonly modifier to Secret name
1 parent c18469a commit 4bceb98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Nitric.Sdk/Secret/Secret.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public class Secret
2222
public readonly static string LATEST = "latest";
2323

2424
internal GrpcClient client;
25-
public string Name { get; private set; }
25+
public readonly string Name;
2626

2727
internal Secret(GrpcClient client, string name)
2828
{

0 commit comments

Comments
 (0)