Skip to content

Commit 4805845

Browse files
committed
Disabling download router until I figure out why Hyperdrive is broken
1 parent ee0e8ea commit 4805845

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/worker/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import { every } from "hono/combine";
1111
import { hyperdriveMysql } from "./middleware/hyperdrive-mysql";
1212
import { bearerAuth } from "hono/bearer-auth";
1313
import { logger } from "hono/logger";
14-
import { GET_LATEST_VERSION_SQL, VERIFY_LICENSE_SQL } from "./constants";
14+
import { VERIFY_LICENSE_SQL } from "./constants";
1515

1616
async function verifyTokenAndLicense(token: string, c: Context) {
1717
const db = c.get('db');

0 commit comments

Comments
 (0)