update order and fix approve center
This commit is contained in:
@@ -20,9 +20,6 @@ export class GraphqlService {
|
||||
}
|
||||
throw new UnauthorizedException('Must provide a session ID');
|
||||
}
|
||||
if (!sessionId) {
|
||||
throw new UnauthorizedException('Session ID is required');
|
||||
}
|
||||
// check if the token is valid
|
||||
const session = await clerkClient.sessions.getSession(sessionId as string);
|
||||
if (!session) {
|
||||
|
||||
Reference in New Issue
Block a user