Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
Kiet1618 committed Nov 23, 2023
1 parent a795b88 commit 6723c48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/schemas/post.schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export class Post {
@Prop({ default: false })
edited: boolean;

@Prop({ required: true, unique: true })
@Prop({ required: true })
nftId: number;

@Prop({ default: [] })
Expand Down

0 comments on commit 6723c48

Please sign in to comment.