From 8e1abb15ea350dd9f08a72feb4bae803069a3a24 Mon Sep 17 00:00:00 2001 From: TheDogHusky Date: Wed, 2 Oct 2024 17:41:07 +0200 Subject: [PATCH] feat: clean the code --- src/api/v1/8ball.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/v1/8ball.ts b/src/api/v1/8ball.ts index 8f7732f..5b1ea2e 100644 --- a/src/api/v1/8ball.ts +++ b/src/api/v1/8ball.ts @@ -1,4 +1,4 @@ -import {Router, Request, Response, NextFunction} from 'express'; +import { Router, Request, Response, NextFunction } from 'express'; const router = Router(); import { APIRouteInfos, eightballValidator } from "../../utils"; import { matchedData, validationResult } from "express-validator";