瀏覽代碼

add todo comment

Signed-off-by: nameczz <zizhao.chen@zilliz.com>
nameczz 3 年之前
父節點
當前提交
329b3cddaf
共有 1 個文件被更改,包括 1 次插入0 次删除
  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',