Skip to content

Commit

Permalink
lerge imports
Browse files Browse the repository at this point in the history
  • Loading branch information
dbrrt committed Feb 13, 2024
1 parent 7519b78 commit 944a3cd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions services/hono-hydra/main.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { Hono } from "hono";
import { GraphQLHandler, HydraHandler } from "@authdog/hydra-core";
export { HydraRateLimiter } from "@authdog/hydra-core";
import { GraphQLHandler, HydraHandler, HydraRateLimiter } from "@authdog/hydra-core";
import { HydraConfigAcme } from "./hydra.config";

let rawSchema: any = null;
Expand Down

0 comments on commit 944a3cd

Please sign in to comment.