mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-07 12:26:18 +00:00
updated SearchCode to match correct response shape
This commit is contained in:
@@ -37,6 +37,6 @@ namespace Octokit.Reactive
|
||||
/// </summary>
|
||||
/// <param name="search"></param>
|
||||
/// <returns>List of files</returns>
|
||||
IObservable<SearchCode> SearchCode(SearchCodeRequest search);
|
||||
IObservable<SearchCodeResult> SearchCode(SearchCodeRequest search);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user