fix(seeder): import pool directly in tags.js instead of expecting as parameter

This commit is contained in:
Yamamoto 2026-01-03 14:53:45 -03:00
parent 5155fa853d
commit d5f6cdacff

View file

@ -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 = [