Skip to content

Commit

Permalink
fix notification throw in front ,finish game invitation from profile
Browse files Browse the repository at this point in the history
  • Loading branch information
sedeve committed Nov 14, 2023
1 parent c90eb3a commit 4bd5f76
Show file tree
Hide file tree
Showing 12 changed files with 799 additions and 324 deletions.
2 changes: 2 additions & 0 deletions backend/code/src/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ import { GameModule } from './game/game.module';
import { LeaderBoardModule } from './leaderboard/leaderboard.module';
import { ThrottlerGuard, ThrottlerModule } from '@nestjs/throttler';
import { APP_GUARD } from '@nestjs/core';
import { GatewaysModule } from './gateways/gateways.module';

@Module({
imports: [
Expand All @@ -34,6 +35,7 @@ import { APP_GUARD } from '@nestjs/core';
limit: 1000000,
},
]),
GatewaysModule,
],
controllers: [AppController],
providers: [
Expand Down
Loading

0 comments on commit 4bd5f76

Please sign in to comment.