Added redemptions & redeemable actions. Fixed a few bugs.
This commit is contained in:
@ -30,7 +30,6 @@ export async function GET(req: Request, { params } : { params: { id: string } })
|
||||
export async function DELETE(req: Request, { params } : { params: { id: string } }) {
|
||||
try {
|
||||
const user = await fetchUserWithImpersonation(req)
|
||||
|
||||
if (!user) {
|
||||
return new NextResponse("Unauthorized", { status: 401 });
|
||||
}
|
||||
|
Reference in New Issue
Block a user