Skip to content
This repository was archived by the owner on Sep 20, 2025. It is now read-only.

Commit c982a97

Browse files
committed
Add category: Toys
1 parent 5b5e933 commit c982a97

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/seeders/v1/20250705172716-demo-categories.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ module.exports = {
1818
{ name: "Drinks" },
1919
{ name: "Alcohol" },
2020
{ name: "Household Goods" },
21+
{ name: "Toys" },
2122
];
2223
const insertArray = [];
2324
for (const category of categories) {

0 commit comments

Comments
 (0)