chore: update prettier

This commit is contained in:
Kamil Myśliwiec
2025-12-05 13:35:27 +01:00
parent 0430f3f190
commit 0c93692bc9
32 changed files with 88 additions and 85 deletions

View File

@@ -12,9 +12,10 @@ export interface Response<T> {
}
@Injectable()
export class TransformInterceptor<T>
implements NestInterceptor<T, Response<T>>
{
export class TransformInterceptor<T> implements NestInterceptor<
T,
Response<T>
> {
intercept(
context: ExecutionContext,
next: CallHandler<T>,