Skip to content

Commit 662bed5

Browse files
committed
fix type error
1 parent 6facc08 commit 662bed5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/api/src/ideation/ideation.controller.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { InjectQueue } from '@nestjs/bullmq';
77
import { Queue } from 'bullmq';
88
import { Observable } from 'rxjs';
99
import { SupabaseAuthGuard } from '../guards/auth.guard';
10-
import type { AuthRequest } from '../common/interfaces/auth-request.interface';
10+
import { AuthRequest } from '../common/interfaces/auth-request.interface';
1111
import { getUserId } from '../common/get-user-id';
1212
import { createJobSSE } from '../common/sse';
1313
import { IdeationService } from './ideation.service';

0 commit comments

Comments
 (0)