Skip to content

Commit

Permalink
fix server error after upgrading packages
Browse files Browse the repository at this point in the history
Signed-off-by: shanghaikid <[email protected]>
  • Loading branch information
shanghaikid committed Jul 19, 2023
1 parent 7a6a8d4 commit 040f578
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions server/src/collections/dto.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,16 @@ export class InsertDataDto {
}

export class ImportSampleDto {
@IsOptional()
readonly collection_name?: string;
@IsString()
readonly size: string;
}

export class GetReplicasDto {
@IsString()
readonly collectionID: string;
@IsOptional()
readonly with_shard_nodes?: boolean;
}

Expand Down

0 comments on commit 040f578

Please sign in to comment.