(eslint): Removed empty line.

This commit is contained in:
apetitco 2025-12-04 15:25:31 +01:00
parent 69809e284e
commit 8b91505894

View file

@ -7,7 +7,6 @@ import fastify, { FastifyInstance } from 'fastify';
import app from './app'; import app from './app';
// TODO: Import the microservice app // TODO: Import the microservice app
// @brief Entrypoint for the microservice's backend. // @brief Entrypoint for the microservice's backend.
const start = async () => { const start = async () => {
// TODO: Thingies to send to log service (if I understood that correctly from /src/chat/src/run.ts) // TODO: Thingies to send to log service (if I understood that correctly from /src/chat/src/run.ts)