Browse Source

add todo comment

Signed-off-by: nameczz <zizhao.chen@zilliz.com>
nameczz 3 years ago
parent
commit
329b3cddaf
1 changed files with 1 additions and 0 deletions
  1. 1 0
      server/src/milvus/milvus.service.ts

+ 1 - 0
server/src/milvus/milvus.service.ts

@@ -41,6 +41,7 @@ export class MilvusService {
 
   checkMilvus() {
     if (!MilvusService.activeMilvusClient) {
+      // todo, need test when activeMilvusClient is empty.
       throw HttpErrors(HTTP_STATUS_CODE.BAD_REQUEST, {
         status: 401,
         message: 'please connect milvus first',