Commit e7592c49 authored by soheib's avatar soheib
Browse files

fix import

parent e54f4eb1
......@@ -4,7 +4,7 @@ import { AccountFollowersSchema } from './account.followers';
import { AppController } from './app.controller';
import { AppService } from './app.service';
import { CommentSchema } from './comment.schema';
import { LottoryResultSchema } from './comptition.schema';
import { LottoryResultSchema } from './LottoryResult.schema';
import { RequestSchema } from './request.schema';
import { ResultSchema } from './result.schema';
......
......@@ -13,7 +13,7 @@ import { CleanedComments, MentionDocument } from './interface/IcleandComment';
import { AccountFollowersDocument } from './account.followers';
import { CommentStatus, UserAllMention } from './interface/UserAllMentions';
import { ResultDocument } from './result.schema';
import { LottoryResultDocument } from './comptition.schema';
import { LottoryResultDocument } from './LottoryResult.schema';
@Injectable()
export class AppService implements OnApplicationBootstrap {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment