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 4e4c9ad commit c1d3e24Copy full SHA for c1d3e24
src/test-variations/test-variations.controller.ts
@@ -6,7 +6,7 @@ import { JwtAuthGuard } from '../auth/guards/auth.guard';
6
import { PrismaService } from '../prisma/prisma.service';
7
import { IgnoreAreaDto } from '../test-runs/dto/ignore-area.dto';
8
import { CommentDto } from '../shared/dto/comment.dto';
9
-import { BuildDto } from 'src/builds/dto/build.dto';
+import { BuildDto } from '../builds/dto/build.dto';
10
11
@ApiTags('test-variations')
12
@Controller('test-variations')
0 commit comments