mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-14 01:25:37 -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; }
|
||||
return endpoints[index].endpoint;
|
||||
}
|
||||
return undefined;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user