Skip to content

Commit

Permalink
asvd
Browse files Browse the repository at this point in the history
  • Loading branch information
indrif committed Nov 15, 2024
1 parent 39b00f9 commit 2b88798
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/backend/src/services/board.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ import { BotsService } from "./bots.service";
import { HighscoresService } from "./highscores.service";
import { RecordingsService } from "./recordings.service";
import { SeasonsService } from "./seasons.service";

@Injectable({ scope: Scope.DEFAULT })
export class BoardsService {
private static nextBoardId = 1;
Expand Down

0 comments on commit 2b88798

Please sign in to comment.