Skip to content

Commit e3d3248

Browse files
committed
Made property init
1 parent 3da653f commit e3d3248

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LinkDotNet.Blog.Web/AppConfiguration.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public record AppConfiguration
3131

3232
public bool IsDisqusEnabled => DisqusConfiguration != null;
3333

34-
public string KofiToken { get; set; }
34+
public string KofiToken { get; init; }
3535

3636
public bool IsKofiEnabled => !string.IsNullOrEmpty(KofiToken);
3737
}

0 commit comments

Comments
 (0)