We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51012fb commit 62ce4efCopy full SHA for 62ce4ef
apps/api/src/survey-question/survey-question.service.ts
@@ -3,7 +3,7 @@ import {
3
SurveyQuestionModifyDto,
4
SurveyQuestionType,
5
} from '@ddays-app/types';
6
-import { Injectable, NotFoundException } from '@nestjs/common';
+import { Injectable} from '@nestjs/common';
7
import { PrismaService } from 'src/prisma.service';
8
9
@Injectable()
0 commit comments