Skip to content
This repository was archived by the owner on Apr 8, 2026. It is now read-only.

Commit 31580a9

Browse files
author
BuildTools
committed
refactor: remove unused eslint directive from LobbyService
1 parent 9a61cab commit 31580a9

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

dist/services/LobbyService.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ var __param = (this && this.__param) || function (paramIndex, decorator) {
1313
};
1414
Object.defineProperty(exports, "__esModule", { value: true });
1515
exports.LobbyService = void 0;
16-
/* eslint-disable @typescript-eslint/no-unused-vars */
1716
const inversify_1 = require("inversify");
1817
let LobbyService = class LobbyService {
1918
constructor(databaseService, userService) {

src/services/LobbyService.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
/* eslint-disable @typescript-eslint/no-unused-vars */
21
import { inject, injectable } from "inversify";
32
import { IDatabaseService } from "./DatabaseService";
43
import { Lobby } from "../interfaces/Lobbies";

0 commit comments

Comments
 (0)