mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-04-23 01:53:46 +01:00
fix build ....
This commit is contained in:
parent
3e7c5f4b14
commit
1b1371381e
@ -1,4 +1,4 @@
|
|||||||
export function validateEndpoint(endpointToValidate: string, allowedEndpoints: string[]): boolean {
|
export function validateEndpoint(endpointToValidate: string | undefined, allowedEndpoints: string[]): boolean {
|
||||||
if (!endpointToValidate) {
|
if (!endpointToValidate) {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user