refactor: streamline AdminGuard logic and remove commented code; clean up imports in BaseQueryController and QueryExecuterService
This commit is contained in:
@ -95,8 +95,6 @@ export class QueryExecuterService {
|
||||
|
||||
const sessionId = cookies["x-session-id"] || null;
|
||||
|
||||
console.log("Session ID:", sessionId);
|
||||
|
||||
if (!sessionId) {
|
||||
const session = await this.sessionService.create(query.project.id);
|
||||
cookies["x-session-id"] = session.sessionId;
|
||||
|
||||
Reference in New Issue
Block a user