Skip to content

Commit 9b28054

Browse files
authored
Merge pull request #144 from afrinxnahar/main
fix type error
2 parents cbc420d + 662bed5 commit 9b28054

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)