Skip to content

Commit

Permalink
update comments
Browse files Browse the repository at this point in the history
Signed-off-by: ruiyi.jiang <[email protected]>
  • Loading branch information
shanghaikid committed Jul 21, 2023
1 parent 7d195f3 commit c905c9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/milvus/milvus.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export class MilvusService {
if (!MilvusService.activeMilvusClient) {
throw HttpErrors(
HTTP_STATUS_CODE.FORBIDDEN,
'Can not find your connection, please check your settings.'
'Can not find your connection, please check your connection settings.'
);

// throw new Error('Please connect milvus first');
Expand Down

0 comments on commit c905c9d

Please sign in to comment.