diff --git a/seeder-api/src/seeders/tags.js b/seeder-api/src/seeders/tags.js index b478e56..8e0bead 100644 --- a/seeder-api/src/seeders/tags.js +++ b/seeder-api/src/seeders/tags.js @@ -2,8 +2,9 @@ * Tags Seeder * Seeds job_tags table with categories: area, level, stack */ +import { pool } from '../db.js'; -const seedTags = async (pool) => { +const seedTags = async () => { console.log('🏷️ Seeding job tags...'); const tags = [