Skip to content

Commit

Permalink
Removed unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
DanZfsd committed Jun 22, 2024
1 parent ea28d6a commit f468dbd
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { Request, Response, NextFunction } from "express";
import {

Check failure on line 2 in backend/typescript/middlewares/validators/behaviourValidators.ts

View workflow job for this annotation

GitHub Actions / run-lint

Replace `⏎··getApiValidationError,⏎··validatePrimitive,⏎` with `·getApiValidationError,·validatePrimitive·`
getApiValidationError,
validateArray,
validatePrimitive,
} from "./util";

Expand Down

0 comments on commit f468dbd

Please sign in to comment.