Skip to content

Commit

Permalink
ci: Format code
Browse files Browse the repository at this point in the history
  • Loading branch information
seambot committed Nov 29, 2024
1 parent f98de34 commit 9de9995
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/middleware/with-api-key.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import jwt from "jsonwebtoken"
import { type Middleware, UnauthorizedException } from "nextlove"
import type { AuthenticatedRequest } from "src/types/authenticated-request.ts"

import type { Database } from "lib/database/index.ts"

import { withSimulatedOutage } from "./with-simulated-outage.ts"
import jwt from "jsonwebtoken"

export const withApiKey: Middleware<
{
Expand Down

0 comments on commit 9de9995

Please sign in to comment.