Skip to content

Commit

Permalink
feat: clean the code
Browse files Browse the repository at this point in the history
  • Loading branch information
TheDogHusky committed Oct 2, 2024
1 parent 03914d9 commit 8e1abb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/v1/8ball.ts
Original file line number Diff line number Diff line change
@@ -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";
Expand Down

0 comments on commit 8e1abb1

Please sign in to comment.