Skip to content
Snippets Groups Projects
Commit 421806d1 authored by Antonin COQUET's avatar Antonin COQUET
Browse files

fix: remove useless improt

parent 2f837e78
No related branches found
No related tags found
3 merge requests!96release V1.10.0,!73Dev,!71Fix/update structure formated
import {
Body,
ClassSerializerInterceptor,
Controller,
Delete,
Get,
......@@ -12,7 +11,6 @@ import {
Put,
Query,
UseGuards,
UseInterceptors,
} from '@nestjs/common';
import { ApiParam } from '@nestjs/swagger';
import { Types } from 'mongoose';
......@@ -96,7 +94,6 @@ export class StructuresController {
}
@Get('formated')
//@UseInterceptors(ClassSerializerInterceptor)
public async findAllFormated(): Promise<Structure[]> {
const formationCategories = await this.categoriesFormationsService.findAll();
const accompagnementCategories = await this.categoriesAccompagnementService.findAll();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment