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