build fixes
This commit is contained in:
parent
59bc5303c7
commit
2a4b3d4199
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
// /app/api/support/badges/route.ts
|
||||
import { NextRequest, NextResponse } from "next/server";
|
||||
import { fetchMembershipBadges } from "/lib/support/memberships";
|
||||
import { fetchMembershipBadges } from "/lib/memberships.ts";
|
||||
|
||||
// Replace this with your real auth lookup if/when you wire it in
|
||||
async function getCurrentUser(req: NextRequest): Promise<{ id?: string; email?: string } | null> {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue