mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-04-13 21:32:26 +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) {
|
||||
return true;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user