mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-02 10:55:53 +00:00
Use base type for argument
This commit is contained in:
@@ -9,7 +9,7 @@ namespace Octokit
|
||||
[DebuggerDisplay("{DebuggerDisplay,nq}")]
|
||||
public class NewRepositoryHook
|
||||
{
|
||||
public NewRepositoryHook(string name, Dictionary<string, string> config)
|
||||
public NewRepositoryHook(string name, IReadOnlyDictionary<string, string> config)
|
||||
{
|
||||
Name = name;
|
||||
Config = config;
|
||||
|
||||
Reference in New Issue
Block a user