Skip to content

Commit 62ce4ef

Browse files
committed
Fix deploy job
1 parent 51012fb commit 62ce4ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/api/src/survey-question/survey-question.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import {
33
SurveyQuestionModifyDto,
44
SurveyQuestionType,
55
} from '@ddays-app/types';
6-
import { Injectable, NotFoundException } from '@nestjs/common';
6+
import { Injectable} from '@nestjs/common';
77
import { PrismaService } from 'src/prisma.service';
88

99
@Injectable()

0 commit comments

Comments
 (0)