mirror of
https://github.com/misskey-dev/misskey.git
synced 2025-01-11 01:00:07 +09:00
fix lint
This commit is contained in:
parent
99fe03bd4d
commit
e0ad066382
@ -693,7 +693,7 @@ export class ClientServerService {
|
|||||||
});
|
});
|
||||||
|
|
||||||
// Reversi game
|
// Reversi game
|
||||||
fastify.get<{ Params: { channel: string; } }>('/reversi/g/:game', async (request, reply) => {
|
fastify.get<{ Params: { game: string; } }>('/reversi/g/:game', async (request, reply) => {
|
||||||
const game = await this.reversiGamesRepository.findOneBy({
|
const game = await this.reversiGamesRepository.findOneBy({
|
||||||
id: request.params.game,
|
id: request.params.game,
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user