mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -05:00
Add return to getControllerEndpoint (#7699)
This commit is contained in:
@@ -253,4 +253,5 @@ export function getControllerEndpoint(serverInfo: azdata.ServerInfo): string | u
|
|||||||
if (index < 0) { return undefined; }
|
if (index < 0) { return undefined; }
|
||||||
return endpoints[index].endpoint;
|
return endpoints[index].endpoint;
|
||||||
}
|
}
|
||||||
|
return undefined;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user