Jelajahi Sumber

add todo comment

Signed-off-by: nameczz <zizhao.chen@zilliz.com>
nameczz 3 tahun lalu
induk
melakukan
329b3cddaf
1 mengubah file dengan 1 tambahan dan 0 penghapusan
  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',