Skip to content

Commit

Permalink
added minor module to app.module.ts
Browse files Browse the repository at this point in the history
not sure how to run the collator
  • Loading branch information
denniwang committed Nov 18, 2024
1 parent 6ab4a80 commit f227ced
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions packages/api/src/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import { MajorModule } from "./major/major.module";
import { EmailModule } from "./email/email.module";
import { ThrottlerGuard, ThrottlerModule } from "@nestjs/throttler";
import { MetaModule } from "./meta/meta.module";
import { MinorModule } from "./minor/minor.module";

@Module({
imports: [
Expand All @@ -29,6 +30,7 @@ import { MetaModule } from "./meta/meta.module";
AuthModule,
PlanModule,
MajorModule,
MinorModule,
EmailModule,
MetaModule,
],
Expand Down
2 changes: 0 additions & 2 deletions packages/api/src/minor/minors/missing-data.txt

This file was deleted.

0 comments on commit f227ced

Please sign in to comment.