fixed build error

This commit is contained in:
Christomatt
2026-01-29 01:03:03 +01:00
parent 9710a16f83
commit 645e9a6670
@@ -1,3 +1,4 @@
import { NextResponse } from 'next/server';
import { db, follows, users, remoteFollowers } from '@/db'; import { db, follows, users, remoteFollowers } from '@/db';
import { eq } from 'drizzle-orm'; import { eq } from 'drizzle-orm';
import { hydrateSwarmUsers } from '@/lib/swarm/user-hydration'; import { hydrateSwarmUsers } from '@/lib/swarm/user-hydration';