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

fix: remove useless import

parent 421806d1
No related branches found
No related tags found
3 merge requests!96release V1.10.0,!73Dev,!71Fix/update structure formated
import { Prop, Schema, SchemaFactory } from '@nestjs/mongoose';
import { Exclude } from 'class-transformer';
import { Document } from 'mongoose';
import { Address } from './address.schema';
import { Week } from './week.schema';
......@@ -30,7 +29,6 @@ export class Structure {
lockdownActivity: string;
@Prop()
@Exclude()
address: Address;
@Prop()
......
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