We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cbc420d + 662bed5 commit 9b28054Copy full SHA for 9b28054
apps/api/src/ideation/ideation.controller.ts
@@ -7,7 +7,7 @@ import { InjectQueue } from '@nestjs/bullmq';
7
import { Queue } from 'bullmq';
8
import { Observable } from 'rxjs';
9
import { SupabaseAuthGuard } from '../guards/auth.guard';
10
-import type { AuthRequest } from '../common/interfaces/auth-request.interface';
+import { AuthRequest } from '../common/interfaces/auth-request.interface';
11
import { getUserId } from '../common/get-user-id';
12
import { createJobSSE } from '../common/sse';
13
import { IdeationService } from './ideation.service';
0 commit comments