mirror of
https://github.com/Portabase/portabase.git
synced 2026-07-14 11:16:13 +02:00
Ready for release soon.
This commit is contained in:
@@ -31,7 +31,7 @@ export async function GET(
|
||||
{status: 403}
|
||||
);
|
||||
}
|
||||
|
||||
//@ts-ignore
|
||||
const expiresAt = parseInt(expires, 10);
|
||||
if (Date.now() > expiresAt) {
|
||||
return NextResponse.json(
|
||||
|
||||
Reference in New Issue
Block a user