import config from '../config/config.js'; export function isAdmin(userId) { return config.ADMIN_IDS.includes(userId.toString()); }