diff --git a/prisma/seed.mts b/prisma/seed.mts index 8699fac..438ec69 100644 --- a/prisma/seed.mts +++ b/prisma/seed.mts @@ -33,7 +33,7 @@ const categoriesCambridge = [ }, ] -const categoriesUni = [ +const categoriesDurham = [ { label: 'Policy', color: '000000', @@ -101,7 +101,7 @@ async function populateSeedData() { }, }) - for (const category of categoriesUni) { + for (const category of categoriesDurham) { await prisma.category.create({ data: { ...category,