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 fad5c8d commit f4297aeCopy full SHA for f4297ae
src/test-variations/test-variations.service.ts
@@ -42,7 +42,7 @@ export class TestVariationsService {
42
}
43
44
async findUnique(
45
- data: Prisma.TestVariationProjectIdNameBrowserDeviceOsViewportCustomTagsBranchNameCompoundUniqueInput
+ data: Prisma.ProjectIdNameBrowserDeviceOsViewportCustomTagsBranchNameCompoundUniqueInput
46
): Promise<TestVariation | null> {
47
return this.prismaService.testVariation.findUnique({
48
where: {
0 commit comments