fix prisma interface error

This commit is contained in:
2026-04-18 00:01:57 +01:00
parent a7fbb2c466
commit 4a9a27fa34
13 changed files with 24 additions and 14 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ import {
} from '@nestjs/common';
import { AuthGuard } from '@nestjs/passport';
import { CurrentDbUser } from '../../shared/decorators/current-db-user.decorator';
import { User } from '@prisma/client';
import type { User } from '@prisma/client';
import { UserProvisioningGuard } from '../users/user-provisioning.guard';
import { CommentsService } from './comments.service';
import { CreateCommentDto } from './dto/create-comment.dto';