gitRemotes returns Remote[] (#39331)

This reverts d0bb9d9624 from #31420

release notes: https://github.com/nodegit/nodegit/releases/tag/v0.25.0
This commit is contained in:
garyking
2019-10-23 14:51:37 -07:00
committed by Wesley Wigham
parent 7c6cf9d1a7
commit 79521e48c8
+1 -1
View File
@@ -163,7 +163,7 @@ export class Repository {
/**
* Lists out the remotes in the given repository.
*/
getRemotes(callback?: Function): Promise<string[]>;
getRemotes(callback?: Function): Promise<Remote[]>;
/**
* Gets a remote from the repo
*/