Skip to content

Commit

Permalink
auto-optimize imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Francis Duvivier committed Nov 27, 2024
1 parent d84ea54 commit f3f39c6
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/auth/jwt.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
import {
ErrorType,
BadgeHubApiError,
NotAuthorizedError,
NotAuthenticatedError,
} from "../error";
import { ErrorType, NotAuthenticatedError, NotAuthorizedError } from "../error";
import { isAdmin, isContributor, UserRole } from "./role";
import { JWTPayload, jwtVerify } from "jose";
import { NextFunction, Request, Response } from "express";
Expand Down

0 comments on commit f3f39c6

Please sign in to comment.