Skip to content
This repository has been archived by the owner on Feb 13, 2024. It is now read-only.

Commit

Permalink
fix: good ID
Browse files Browse the repository at this point in the history
  • Loading branch information
abhiShandy committed Mar 23, 2023
1 parent 1f51b4b commit c3a1303
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/models/Good.ts
Expand Up @@ -44,7 +44,7 @@ class Good {
npub: string;
assetKey: string;
}) {
this.id = "prod_" + nanoid();
this.id = nanoid();
this.title = title;
this.description = description;
this.images = images;
Expand Down

0 comments on commit c3a1303

Please sign in to comment.