mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2024-11-29 00:47:01 +00:00
remove dupicate check
This commit is contained in:
parent
e2d34d5131
commit
d712327653
@ -110,8 +110,7 @@ const handleMessage = async (event: MessageEvent): Promise<void> => {
|
|||||||
!inputs.databaseAccount ||
|
!inputs.databaseAccount ||
|
||||||
!inputs.authorizationToken ||
|
!inputs.authorizationToken ||
|
||||||
!inputs.csmEndpoint ||
|
!inputs.csmEndpoint ||
|
||||||
!selfServeType ||
|
!selfServeType
|
||||||
!inputs.catalogAPIKey
|
|
||||||
) {
|
) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user