Skip to content

Commit

Permalink
fix extension itty app
Browse files Browse the repository at this point in the history
  • Loading branch information
dbrrt committed Dec 18, 2023
1 parent 16374e3 commit e9827b7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions services/itty-hydra/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { HydraConfigAcme } from "./hydra.config";
let rawSchema = null;

try {
rawSchema = require("./.hydra/schemaRaw.json");
rawSchema = require("./.hydra/schemaRaw");
}
catch (err) {
console.log("err", err);
Expand Down Expand Up @@ -47,8 +47,6 @@ router
const handleRequest = (req, env, ctx) => {
const { HYDRA_ACME } = env;

console.log("rawSchema", rawSchema);

const enrichedContext = {
...ctx,
kv: HYDRA_ACME,
Expand Down

0 comments on commit e9827b7

Please sign in to comment.