Skip to content

Commit

Permalink
Revert "test"
Browse files Browse the repository at this point in the history
This reverts commit ac1e1e2.
  • Loading branch information
sejka committed May 22, 2024
1 parent ac1e1e2 commit 9a91d16
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Core/Config.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ public class Config
public string HostEmail { get; set; }
public string ServiceDomain { get; set; }
public string ParsersApiEndpoint { get; set; }
public string whatever { get; set; }
}

public class ConfigBuilder
Expand Down Expand Up @@ -39,4 +38,4 @@ public Config Build()
return config;
}
}
}
}

0 comments on commit 9a91d16

Please # to comment.