Skip to content

Commit

Permalink
Update seed.mts
Browse files Browse the repository at this point in the history
  • Loading branch information
DinerIsmail committed Sep 29, 2024
1 parent b256f86 commit 3a38460
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions prisma/seed.mts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const categoriesCambridge = [
},
]

const categoriesUni = [
const categoriesDurham = [
{
label: 'Policy',
color: '000000',
Expand Down Expand Up @@ -101,7 +101,7 @@ async function populateSeedData() {
},
})

for (const category of categoriesUni) {
for (const category of categoriesDurham) {
await prisma.category.create({
data: {
...category,
Expand Down

0 comments on commit 3a38460

Please sign in to comment.