mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-05-28 17:05:57 +00:00
Tweak GpgKeyContext inline with recent change made to other helper contexts
This commit is contained in:
@@ -76,7 +76,7 @@ VO/+BCBsaoT4g1FFOmJhbBAD3G72yslBnUJmqKP/39pi
|
||||
|
||||
var key = await client.User.GpgKey.Create(new NewGpgKey(publicKey));
|
||||
|
||||
return new GpgKeyContext(key);
|
||||
return new GpgKeyContext(client.Connection, key);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user