mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2024-11-25 06:56:38 +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.authorizationToken ||
|
||||
!inputs.csmEndpoint ||
|
||||
!selfServeType ||
|
||||
!inputs.catalogAPIKey
|
||||
!selfServeType
|
||||
) {
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user