Skip to content

Commit

Permalink
fix: seeding
Browse files Browse the repository at this point in the history
  • Loading branch information
Princesseuh committed Jul 31, 2024
1 parent 939e151 commit 9f4f6b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/seed.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export async function addCatalogueEntry(entry: allCatalogueTypes) {
metadata: JSON.stringify(metadata),
};

db.insert(Catalogue).values(insertData);
await db.insert(Catalogue).values(insertData);
}

async function getCoverAndPlaceholder(cover: ImageMetadata) {
Expand Down

0 comments on commit 9f4f6b3

Please sign in to comment.