Skip to content

Commit

Permalink
mend
Browse files Browse the repository at this point in the history
  • Loading branch information
DonKoko committed Jul 26, 2024
1 parent b30c3e0 commit 1bc90bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/middleware.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import { isCuid } from "@paralleldrive/cuid2";
import { createMiddleware } from "hono/factory";
import { pathToRegexp } from "path-to-regexp";
import { getSession } from "remix-hono/session";
Expand All @@ -11,7 +12,6 @@ import { safeRedirect } from "~/utils/http.server";
import { Logger } from "~/utils/logger";
import type { FlashData } from "./session";
import { authSessionKey } from "./session";
import { isCuid } from "@paralleldrive/cuid2";

/**
* Protected routes middleware
Expand Down

0 comments on commit 1bc90bc

Please sign in to comment.