We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
download
1 parent ee0e8ea commit 4805845Copy full SHA for 4805845
src/worker/index.ts
@@ -11,7 +11,7 @@ import { every } from "hono/combine";
11
import { hyperdriveMysql } from "./middleware/hyperdrive-mysql";
12
import { bearerAuth } from "hono/bearer-auth";
13
import { logger } from "hono/logger";
14
-import { GET_LATEST_VERSION_SQL, VERIFY_LICENSE_SQL } from "./constants";
+import { VERIFY_LICENSE_SQL } from "./constants";
15
16
async function verifyTokenAndLicense(token: string, c: Context) {
17
const db = c.get('db');
0 commit comments