Skip to content

Commit

Permalink
Use init
Browse files Browse the repository at this point in the history
  • Loading branch information
BSanchidrian committed Nov 5, 2024
1 parent 811c306 commit 3dc9672
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/DanaCrawler/DanaCrawler/Config/GoogleApiConfig.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ internal sealed class GoogleApiConfig
{
public const string GoogleApi = "GoogleApi";

public required string CredentialsPath { get; set; }
public required string CredentialsPath { get; init; }

public required string SpreadsheetId { get; set; }
public required string SpreadsheetId { get; init; }
}

0 comments on commit 3dc9672

Please sign in to comment.